port auf 3000 start mit node statt npm und ORIGIN

This commit is contained in:
titver968
2025-03-07 12:27:11 +01:00
parent 9d0ec4cc31
commit e261b15860
5 changed files with 7 additions and 7 deletions

View File

@@ -3,12 +3,12 @@ entries:
tatort: tatort:
- apiVersion: v2 - apiVersion: v2
appVersion: 0.0.1 appVersion: 0.0.1
created: "2025-03-07T11:57:28.134445+01:00" created: "2025-03-07T12:26:26.801918+01:00"
description: A Helm chart for Kubernetes description: A Helm chart for Kubernetes
digest: 5b0f9008fb21a63ebb9c5e3be31a27f88bfee7c611782cf6f2960343932efd41 digest: 9249bfbc92205de7bbbea72767519a082d82676d202ef9c4e57d6ecebdce4735
name: tatort name: tatort
type: application type: application
urls: urls:
- https://gitea.innohub.local:3000/innohub/charts/raw/main/tatort-0.1.1.tgz - https://gitea.innohub.local:3000/innohub/charts/raw/main/tatort-0.1.1.tgz
version: 0.1.1 version: 0.1.1
generated: "2025-03-07T11:57:28.134057+01:00" generated: "2025-03-07T12:26:26.801617+01:00"

Binary file not shown.

View File

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

View File

@@ -16,7 +16,7 @@ spec:
type: {{ .Values.service.type }} type: {{ .Values.service.type }}
ports: ports:
- port: {{ .Values.service.port }} - port: {{ .Values.service.port }}
targetPort: 4173 targetPort: 3000
protocol: TCP protocol: TCP
name: npm name: npm
selector: selector:

View File

@@ -8,7 +8,7 @@ serviceAccount:
image: image:
repository: gitea.innohub.local:3000/innohub/tatort repository: gitea.innohub.local:3000/innohub/tatort
tag: v0.2.4 tag: v0.2.5
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
insecure: true insecure: true
@@ -16,7 +16,7 @@ replicaCount: 1
service: service:
type: ClusterIP type: ClusterIP
port: 4173 port: 3000
annotations: {} annotations: {}
endpoint: tatort.local endpoint: tatort.local