PORT: 80 chart v0.0.2
This commit is contained in:
@@ -3,12 +3,12 @@ entries:
|
||||
qr-formlink:
|
||||
- apiVersion: v2
|
||||
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
|
||||
digest: 782c2b9f212c13d22409afae86ebbcd80adf8874a1c34f27fbd81e502f2c9747
|
||||
digest: 98948259cfcf65bf5846c83daf9ef1e5a6ee3efe4505f070f7a4bf608253af0e
|
||||
name: qr-formlink
|
||||
type: application
|
||||
urls:
|
||||
- https://gitea.innovation-hub-niedersachsen.de/innohub/charts/raw/main/qr-formlink/qr-formlink-0.0.1.tgz
|
||||
version: 0.0.1
|
||||
generated: "2025-09-10T14:30:06.250083+02:00"
|
||||
- https://gitea.innovation-hub-niedersachsen.de/innohub/charts/raw/main/qr-formlink/qr-formlink-0.0.2.tgz
|
||||
version: 0.0.2
|
||||
generated: "2025-09-10T14:43:37.401624+02:00"
|
||||
|
||||
Binary file not shown.
BIN
qr-formlink/qr-formlink-0.0.2.tgz
Normal file
BIN
qr-formlink/qr-formlink-0.0.2.tgz
Normal file
Binary file not shown.
@@ -2,5 +2,5 @@ apiVersion: v2
|
||||
name: qr-formlink
|
||||
description: A Helm chart for Kubernetes
|
||||
type: application
|
||||
version: "0.0.1"
|
||||
version: "0.0.2"
|
||||
appVersion: "0.0.1"
|
||||
|
||||
@@ -39,7 +39,7 @@ spec:
|
||||
service:
|
||||
name: {{ $fullName }}
|
||||
port:
|
||||
number: 3000
|
||||
number: 80
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@ spec:
|
||||
type: {{ .Values.service.type }}
|
||||
ports:
|
||||
- port: {{ .Values.service.port }}
|
||||
targetPort: 3000
|
||||
targetPort: 80
|
||||
protocol: TCP
|
||||
name: npm
|
||||
selector:
|
||||
|
||||
@@ -16,7 +16,7 @@ replicaCount: 1
|
||||
|
||||
service:
|
||||
type: ClusterIP
|
||||
port: 3000
|
||||
port: 80
|
||||
annotations: {}
|
||||
|
||||
endpoint: qr-formlink.local
|
||||
|
||||
Reference in New Issue
Block a user