Merge pull request #1373 from gravitl/hotfix_v0.14.5_k8s_mqtt_nodeport

changing traffic policy
This commit is contained in:
dcarns 2022-07-11 11:52:43 -04:00 committed by GitHub
commit a895c58e70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -138,7 +138,7 @@ metadata:
labels: labels:
name: 'netmaker-mqtt' name: 'netmaker-mqtt'
spec: spec:
externalTrafficPolicy: Local externalTrafficPolicy: Cluster
type: NodePort type: NodePort
selector: selector:
app.kubernetes.io/instance: mosquitto app.kubernetes.io/instance: mosquitto