Skip to content

Commit

Permalink
Update service.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
barrfalk committed Jul 17, 2024
1 parent 44b07e0 commit 5718004
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions charts/app/templates/nats/templates/service.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
{{- if .Values.nats.enabled }}
---
apiVersion: v1
kind: Service
metadata:
name: { { include "nats.fullname" . } }
labels: { { - include "nats.labels" . | nindent 4 } }
name: {{ include "webeoc.fullname" . }}
labels:
{{- include "webeoc.labels" . | nindent 4 }}
spec:
type: LoadBalancer
selector: { { - include "nats.selectorLabels" .Subcharts.nats | nindent 4 } }
selector:
{{- include "nats.selectorLabels" .Subcharts.nats | nindent 4 }}
ports:
- name: nats
port: 4222
protocol: TCP
targetPort: 4222
{{- end }}

0 comments on commit 5718004

Please sign in to comment.