PORT: 80 chart v0.0.2

This commit is contained in:
titver968
2025-09-10 14:44:12 +02:00
parent f519a0e43f
commit 752680e3d9
7 changed files with 9 additions and 9 deletions

View File

@@ -3,12 +3,12 @@ entries:
qr-formlink: qr-formlink:
- apiVersion: v2 - apiVersion: v2
appVersion: 0.0.1 appVersion: 0.0.1
created: "2025-09-10T14:30:06.250652+02:00" created: "2025-09-10T14:43:37.402632+02:00"
description: A Helm chart for Kubernetes description: A Helm chart for Kubernetes
digest: 782c2b9f212c13d22409afae86ebbcd80adf8874a1c34f27fbd81e502f2c9747 digest: 98948259cfcf65bf5846c83daf9ef1e5a6ee3efe4505f070f7a4bf608253af0e
name: qr-formlink name: qr-formlink
type: application type: application
urls: urls:
- https://gitea.innovation-hub-niedersachsen.de/innohub/charts/raw/main/qr-formlink/qr-formlink-0.0.1.tgz - https://gitea.innovation-hub-niedersachsen.de/innohub/charts/raw/main/qr-formlink/qr-formlink-0.0.2.tgz
version: 0.0.1 version: 0.0.2
generated: "2025-09-10T14:30:06.250083+02:00" generated: "2025-09-10T14:43:37.401624+02:00"

Binary file not shown.

Binary file not shown.

View File

@@ -2,5 +2,5 @@ apiVersion: v2
name: qr-formlink name: qr-formlink
description: A Helm chart for Kubernetes description: A Helm chart for Kubernetes
type: application type: application
version: "0.0.1" version: "0.0.2"
appVersion: "0.0.1" appVersion: "0.0.1"

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,7 +16,7 @@ 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: npm
selector: selector:

View File

@@ -16,7 +16,7 @@ replicaCount: 1
service: service:
type: ClusterIP type: ClusterIP
port: 3000 port: 80
annotations: {} annotations: {}
endpoint: qr-formlink.local endpoint: qr-formlink.local