Skip to content

Commit

Permalink
Comment out affinity
Browse files Browse the repository at this point in the history
  • Loading branch information
mroda88 committed Nov 7, 2023
1 parent 5c4f280 commit ed228f7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions config-service/config-service-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ spec:
app.kubernetes.io/app: config-utility
app.kubernetes.io/component: config-utility
spec:
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: {{ kubernetes_label.worker }}
operator: Exists
# affinity:
# nodeAffinity:
# requiredDuringSchedulingIgnoredDuringExecution:
# nodeSelectorTerms:
# - matchExpressions:
# - key: {{ kubernetes_label.worker }}
# operator: Exists
containers:
- image: ghcr.io/dune-daq/microservices:latest
name: daqconfig-service
Expand Down

0 comments on commit ed228f7

Please sign in to comment.