feat!: ports are now referenced by name

- Closes #919
This commit is contained in:
Michael Kriese 2025-01-16 11:15:16 +01:00
parent 4bfbb48dd3
commit b3d1068082
No known key found for this signature in database
GPG key ID: F8D7748549A5986A
5 changed files with 5 additions and 5 deletions

View file

@ -49,6 +49,6 @@ spec:
{{- if .Values.service.http.nodePort }}
nodePort: {{ .Values.service.http.nodePort }}
{{- end }}
targetPort: {{ .Values.gitea.config.server.HTTP_PORT }}
targetPort: http
selector:
{{- include "gitea.selectorLabels" . | nindent 4 }}