Direct traffic to corect port in piper.
All checks were successful
ci/woodpecker/push/piper Pipeline was successful

This commit is contained in:
Alex Manning 2023-04-28 21:49:38 +01:00
parent 9a89d30948
commit f241517916

View file

@ -8,8 +8,8 @@ spec:
type: {{ .Values.service.type }}
ports:
- port: {{ .Values.service.port }}
targetPort: http
targetPort: wyoming
protocol: TCP
name: http
name: wyoming
selector:
{{- include "piper.selectorLabels" . | nindent 4 }}