Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
sasorrentino committed Sep 9, 2022
1 parent da168f9 commit f161a71
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions kustomize/base/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ spec:
type: RollingUpdate
template:
spec:
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: nodo-prf
operator: Exists

restartPolicy: Always
containers:
- name: mock-ec-prf
Expand Down

0 comments on commit f161a71

Please sign in to comment.