StreifenCheck-Backend: Changed port from 3000 to 80

This commit is contained in:
Daniel
2025-07-17 13:38:23 +02:00
parent cf7cd2fe47
commit 56b2966070
2 changed files with 3 additions and 3 deletions

View File

@@ -39,7 +39,7 @@ spec:
service: service:
name: {{ $fullName }} name: {{ $fullName }}
port: port:
number: 3000 number: 80
{{- end }} {{- end }}
{{- end }} {{- end }}

View File

@@ -16,9 +16,9 @@ spec:
type: {{ .Values.service.type }} type: {{ .Values.service.type }}
ports: ports:
- port: {{ .Values.service.port }} - port: {{ .Values.service.port }}
targetPort: 3000 targetPort: 80
protocol: TCP protocol: TCP
name: npm name: nginx
selector: selector:
app: {{ template "streifencheck-backend.name" . }} app: {{ template "streifencheck-backend.name" . }}
component: streifencheck-backend component: streifencheck-backend