Skip to content

Commit

Permalink
Update nginx-internal.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
etaques authored Jan 19, 2024
1 parent 6638e77 commit af6a255
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion charts/orb/templates/nginx-internal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -430,8 +430,8 @@ spec:
secret:
secretName: {{ .Values.ingress.secret }}
{{- end }}
---

---
apiVersion: v1
kind: Service
metadata:
Expand All @@ -444,6 +444,18 @@ spec:
- port: 8883
protocol: TCP
name: mqtt
type: {{ .Values.ingress.serviceType }}

---
apiVersion: v1
kind: Service
metadata:
name: {{ .Release.Name }}-nginx-internal-metrics
spec:
selector:
app: {{ .Release.Name }}
component: nginx-internal
ports:
- port: 8080
protocol: TCP
name: metrics

0 comments on commit af6a255

Please sign in to comment.