Skip to content

Commit

Permalink
chore: improve ci-values [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ialejandro committed Sep 11, 2024
1 parent ac9cbf9 commit 3d671ce
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions charts/opencti/ci/ci-common-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,7 @@ envFromSecrets:

topologySpreadConstraints:
- maxSkew: 1
topologyKey: zone
whenUnsatisfiable: DoNotSchedule
- maxSkew: 1
topologyKey: test-ci
topologyKey: kubernetes.io/os
whenUnsatisfiable: DoNotSchedule

worker:
Expand Down Expand Up @@ -87,10 +84,7 @@ worker:

topologySpreadConstraints:
- maxSkew: 1
topologyKey: zone
whenUnsatisfiable: DoNotSchedule
- maxSkew: 1
topologyKey: test-ci
topologyKey: kubernetes.io/os
whenUnsatisfiable: DoNotSchedule

connectors:
Expand Down Expand Up @@ -127,7 +121,7 @@ connectors:
key: APP__ADMIN__TOKEN
topologySpreadConstraints:
- maxSkew: 1
topologyKey: zone
topologyKey: kubernetes.io/os
whenUnsatisfiable: DoNotSchedule

elasticsearch:
Expand Down

0 comments on commit 3d671ce

Please sign in to comment.