Skip to content

Commit

Permalink
fix: remove topologySpreadConstraints from landscape values
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed Feb 6, 2024
1 parent 72a4ff9 commit 044e0cd
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 16 deletions.
25 changes: 25 additions & 0 deletions chart/values.entei.onyx.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
serviceTree:
landscape: &landscape entei
cluster: &cluster onyx

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

reloader:
reloader:
deployment:
resources:
limits:
cpu: 500m
memory: 256Mi
requests:
cpu: 10m
memory: 128Mi
annotations:
<<: *tags
labels:
<<: *tags
pod:
annotations:
<<: *tags
8 changes: 0 additions & 8 deletions chart/values.entei.opal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,6 @@ tags: &tags
reloader:
reloader:
deployment:
topologySpreadConstraints:
- maxSkew: 1
topologyKey: "topology.kubernetes.io/zone"
whenUnsatisfiable: ScheduleAnyway
labelSelector:
matchLabels:
<<: *tags
atomi.cloud/module: operator
resources:
limits:
cpu: 500m
Expand Down
8 changes: 0 additions & 8 deletions chart/values.entei.ruby.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,6 @@ tags: &tags
reloader:
reloader:
deployment:
topologySpreadConstraints:
- maxSkew: 1
topologyKey: "topology.kubernetes.io/zone"
whenUnsatisfiable: ScheduleAnyway
labelSelector:
matchLabels:
<<: *tags
atomi.cloud/module: operator
resources:
limits:
cpu: 500m
Expand Down

0 comments on commit 044e0cd

Please sign in to comment.