Skip to content

Commit 6df4dbc

Browse files
authored
Update order-helidon-deployment.yaml (#249)
1 parent 0dad275 commit 6df4dbc

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

grabdish/order-helidon/order-helidon-deployment.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,11 @@ spec:
5959
volumes:
6060
- name: creds
6161
secret:
62-
secretName: db-wallet-secret
62+
secretName: db-wallet-secret
63+
topologySpreadConstraints:
64+
- maxSkew: 1
65+
topologyKey: kubernetes.io/hostname
66+
whenUnsatisfiable: DoNotSchedule
67+
labelSelector:
68+
matchLabels:
69+
app: order

0 commit comments

Comments
 (0)