Skip to content

Commit

Permalink
Merge pull request #1670 from clemenschuaccso/fix_helm_chart_mqtt_ser…
Browse files Browse the repository at this point in the history
…vice

Fix ClusterIP typo in mqtt kubernetes service
  • Loading branch information
hylkevds authored Aug 9, 2023
2 parents 18d6494 + 5bd7aec commit 131f81f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helm/frost-server/templates/mqtt-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ spec:
port: {{ .Values.frost.mqtt.ports.websocket.servicePort }}
targetPort: websocket
{{- end }}
{{- if eq .Values.frost.mqtt.serviceType "ClusterIp" }}
type: ClusterIp
{{- if eq .Values.frost.mqtt.serviceType "ClusterIP" }}
type: ClusterIP
ports:
- name: mqtt
port: {{ .Values.frost.mqtt.ports.mqtt.servicePort }}
Expand Down

0 comments on commit 131f81f

Please sign in to comment.