port auf 3000 start mit node statt npm und ORIGIN
This commit is contained in:
@@ -39,7 +39,7 @@ spec:
|
||||
service:
|
||||
name: {{ $fullName }}
|
||||
port:
|
||||
number: 4173
|
||||
number: 3000
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@ spec:
|
||||
type: {{ .Values.service.type }}
|
||||
ports:
|
||||
- port: {{ .Values.service.port }}
|
||||
targetPort: 4173
|
||||
targetPort: 3000
|
||||
protocol: TCP
|
||||
name: npm
|
||||
selector:
|
||||
|
||||
@@ -8,7 +8,7 @@ serviceAccount:
|
||||
|
||||
image:
|
||||
repository: gitea.innohub.local:3000/innohub/tatort
|
||||
tag: v0.2.4
|
||||
tag: v0.2.5
|
||||
pullPolicy: IfNotPresent
|
||||
insecure: true
|
||||
|
||||
@@ -16,7 +16,7 @@ replicaCount: 1
|
||||
|
||||
service:
|
||||
type: ClusterIP
|
||||
port: 4173
|
||||
port: 3000
|
||||
annotations: {}
|
||||
|
||||
endpoint: tatort.local
|
||||
|
||||
Reference in New Issue
Block a user