rename ports, labels and service settings

This commit is contained in:
duhow 2024-02-19 22:33:22 +01:00
parent 0b7f183a03
commit 05e31494c2
No known key found for this signature in database
7 changed files with 25 additions and 18 deletions

View file

@ -12,6 +12,6 @@ spec:
ports:
- protocol: TCP
name: http
port: {{ .port }}
targetPort: {{ .containerPort }}
port: http
targetPort: {{ .port }}
{{- end }}