Skip to content

Commit

Permalink
Update loxilb-nobgp.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
TrekkieCoder authored Sep 25, 2024
1 parent 23947db commit 92818b1
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions manifest/in-cluster/loxilb-nobgp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ spec:
operator: Exists
- key: "node-role.kubernetes.io/control-plane"
operator: Exists
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: "node-role.kubernetes.io/master"
operator: Exists
- key: "node-role.kubernetes.io/control-plane"
operator: Exists
#affinity:
# nodeAffinity:
# requiredDuringSchedulingIgnoredDuringExecution:
# nodeSelectorTerms:
# - matchExpressions:
# - key: "node-role.kubernetes.io/master"
# operator: Exists
# - key: "node-role.kubernetes.io/control-plane"
# operator: Exists
containers:
- name: loxilb-app
image: "ghcr.io/loxilb-io/loxilb:latest"
Expand Down

0 comments on commit 92818b1

Please sign in to comment.