Revert "tatort-dev: volume and deployment config"

This reverts commit 6358e9a3ff.
This commit is contained in:
2025-10-10 09:40:32 +02:00
parent 6d6be7c458
commit 742840e97b
2 changed files with 0 additions and 22 deletions

View File

@@ -15,10 +15,6 @@ spec:
strategy:
{{ toYaml .Values.updateStrategy | nindent 4 }}
replicas: {{ .Values.replicaCount }}
volumes:
- name: shared-data
persistentVolumeClaim:
claimName: shared-data
selector:
matchLabels:
app: {{ template "tatort.name" . }}
@@ -42,9 +38,6 @@ spec:
- name: {{ .Chart.Name }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
volumeMounts:
- name: shared-data
mountPath: {{ .Values.sharedDataFolder.path }}
terminationMessagePolicy: FallbackToLogsOnError
ports:
- name: http