modified: deploy/app/statefulset.yaml
This commit is contained in:
@@ -15,8 +15,13 @@ spec:
|
|||||||
labels:
|
labels:
|
||||||
app: mosquitto
|
app: mosquitto
|
||||||
spec:
|
spec:
|
||||||
nodeName: casa # force deploy to master node cluster
|
nodeSelector:
|
||||||
hostNetwork: true
|
kubernetes.io/hostname: casa
|
||||||
|
|
||||||
|
tolerations:
|
||||||
|
- key: "node-role.kubernetes.io/control-plane"
|
||||||
|
operator: "Exists"
|
||||||
|
effect: "NoSchedule"
|
||||||
containers:
|
containers:
|
||||||
- name: mosquitto
|
- name: mosquitto
|
||||||
### Maintained by flux - Image Update Automation
|
### Maintained by flux - Image Update Automation
|
||||||
|
|||||||
Reference in New Issue
Block a user