Skip to content

Commit

Permalink
Update green-deployment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ganga2166 authored Nov 28, 2023
1 parent 1fb921b commit fd3c022
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion green-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ spec:
labels:
app: comet-green
spec:
nodeSelector:
outpost/internal: "true"
tolerations:
- key: "dedicated"
value: "spot"
effect: "NoSchedule"
imagePullSecrets:
- name: regcred
containers:
Expand All @@ -31,4 +37,4 @@ spec:
valueFrom:
secretKeyRef:
name: infisical-token-playground
key: INFISICAL_TOKEN
key: INFISICAL_TOKEN

0 comments on commit fd3c022

Please sign in to comment.