Skip to content

Commit

Permalink
feat: pichu
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed Oct 15, 2023
1 parent 4bb3fe0 commit b8b936d
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions chart/values.pichu.opal.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
serviceTree:
landscape: &landscape pichu
cluster: &cluster opal

tags: &tags
atomi.cloud/landscape: *landscape
atomi.cloud/cluster: *cluster

metrics-server:
topologySpreadConstraints:
- maxSkew: 1
topologyKey: "topology.kubernetes.io/zone"
whenUnsatisfiable: ScheduleAnyway
labelSelector:
matchLabels:
<<: *tags
commonLabels:
<<: *tags
podAnnotations:
<<: *tags

0 comments on commit b8b936d

Please sign in to comment.