Skip to content

Commit

Permalink
Migrate nodeselector to spec
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobSanford committed Aug 2, 2023
1 parent c353f5d commit ce350f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .dockworker/deployment/k8s/ingress-nginx/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ spec:
selector:
matchLabels:
app: defaultbackend-k8s-lib-unb-ca
nodeSelector:
deploy_prod: 'true'
template:
metadata:
labels:
app: defaultbackend-k8s-lib-unb-ca
spec:
nodeSelector:
deploy_prod: 'true'
terminationGracePeriodSeconds: 60
containers:
- name: defaultbackend-k8s-lib-unb-ca
Expand Down

0 comments on commit ce350f2

Please sign in to comment.