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:
name: {{ $fullName }}
port:
number: 3000
number: 80
{{- end }}
{{- end }}

View File

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