port from 80 to 4173

This commit is contained in:
titver968
2025-03-06 10:09:39 +01:00
parent 87eb02781d
commit eb9f3f57a2
3 changed files with 5 additions and 5 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-05T21:21:55.143891+01:00" created: "2025-03-06T10:08:59.945428+01:00"
description: A Helm chart for Kubernetes description: A Helm chart for Kubernetes
digest: 57a51457ddda1903a07c90ceae423ce76b9c07282766fbe0ab88f8e2942ccfa1 digest: eceee1213f1314b63c497a4c7ac516f57e70302c720296c369ead5e06a0e8cfb
name: tatort name: tatort
type: application type: application
urls: urls:
- https://gitea.innohub.local:3000/innohub/charts/raw/main/tatort-0.1.0.tgz - https://gitea.innohub.local:3000/innohub/charts/raw/main/tatort-0.1.0.tgz
version: 0.1.0 version: 0.1.0
generated: "2025-03-05T21:21:55.143551+01:00" generated: "2025-03-06T10:08:59.945072+01:00"

Binary file not shown.

View File

@@ -16,9 +16,9 @@ spec:
type: {{ .Values.service.type }} type: {{ .Values.service.type }}
ports: ports:
- port: {{ .Values.service.port }} - port: {{ .Values.service.port }}
targetPort: http targetPort: 4173
protocol: TCP protocol: TCP
name: http name: npm
selector: selector:
app: {{ template "tatort.name" . }} app: {{ template "tatort.name" . }}
component: tatort component: tatort