diff --git a/index.yaml b/index.yaml index 62afa47..313c9ae 100644 --- a/index.yaml +++ b/index.yaml @@ -3,12 +3,12 @@ entries: tatort: - apiVersion: v2 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 - digest: 57a51457ddda1903a07c90ceae423ce76b9c07282766fbe0ab88f8e2942ccfa1 + digest: eceee1213f1314b63c497a4c7ac516f57e70302c720296c369ead5e06a0e8cfb name: tatort type: application urls: - https://gitea.innohub.local:3000/innohub/charts/raw/main/tatort-0.1.0.tgz version: 0.1.0 -generated: "2025-03-05T21:21:55.143551+01:00" +generated: "2025-03-06T10:08:59.945072+01:00" diff --git a/tatort-0.1.0.tgz b/tatort-0.1.0.tgz index a85e940..5ba5777 100644 Binary files a/tatort-0.1.0.tgz and b/tatort-0.1.0.tgz differ diff --git a/tatort/templates/service.yaml b/tatort/templates/service.yaml index 1f586d6..4e10015 100644 --- a/tatort/templates/service.yaml +++ b/tatort/templates/service.yaml @@ -16,9 +16,9 @@ spec: type: {{ .Values.service.type }} ports: - port: {{ .Values.service.port }} - targetPort: http + targetPort: 4173 protocol: TCP - name: http + name: npm selector: app: {{ template "tatort.name" . }} component: tatort