diff --git a/index.yaml b/index.yaml index afcb3db..c5938c2 100644 --- a/index.yaml +++ b/index.yaml @@ -3,12 +3,12 @@ entries: tatort: - apiVersion: v2 appVersion: 0.0.1 - created: "2025-03-05T16:54:06.949964+01:00" + created: "2025-03-05T17:20:46.96718+01:00" description: A Helm chart for Kubernetes - digest: acf73a60315f75eae482f1ec12daaceff25636a1ba86e57a68e98887e25e7933 + digest: ed8bf0a17659cde606ff3a168cb4c98e00e04b96949da2bf179515cac4271f72 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-05T16:54:06.94925+01:00" +generated: "2025-03-05T17:20:46.966817+01:00" diff --git a/tatort-0.1.0.tgz b/tatort-0.1.0.tgz index 9822379..101da15 100644 Binary files a/tatort-0.1.0.tgz and b/tatort-0.1.0.tgz differ diff --git a/tatort/templates/deployment.yaml b/tatort/templates/deployment.yaml index ade5089..d9596a2 100644 --- a/tatort/templates/deployment.yaml +++ b/tatort/templates/deployment.yaml @@ -60,23 +60,8 @@ spec: {{- with .Values.extraEnvFrom }} {{- tpl . $ | nindent 10 }} {{- end }} - readinessProbe: - httpGet: - path: / - port: {{ .Values.service.port }} - initialDelaySeconds: 20 - livenessProbe: - httpGet: - path: / - port: {{ .Values.service.port }} - initialDelaySeconds: 60 securityContext: {{- toYaml .Values.securityContext | nindent 12 }} - {{ if .Values.sharedDataFolder.enabled }} - volumeMounts: - - name: shared-data-volume - mountPath: /data - {{ end }} resources: {{ toYaml .Values.resources | indent 12 }} {{- with .Values.nodeSelector }} @@ -91,10 +76,3 @@ spec: tolerations: {{ toYaml . | indent 8 }} {{- end }} - {{ if .Values.sharedDataFolder.enabled }} - volumes: - - name: shared-data-volume - persistentVolumeClaim: - claimName: {{ template "tatort.fullname" . }}-shared-data - {{ end }} -