Skip to content

Commit

Permalink
commenting out volume claim template
Browse files Browse the repository at this point in the history
  • Loading branch information
M_Westerholz committed Nov 29, 2024
1 parent 61a5659 commit c1d576f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions charts/dbildungs-iam-keycloak/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,11 +150,11 @@ spec:
{{- with .Values.extraVolumes }}
{{- toYaml . | nindent 8 }}
{{- end }}
volumeClaimTemplates:
- metadata:
name: data
spec:
accessModes: [ "ReadWriteOnce" ]
resources:
requests:
storage: {{ .Values.persistence.size }}
# volumeClaimTemplates:
# - metadata:
# name: data
# spec:
# accessModes: [ "ReadWriteOnce" ]
# resources:
# requests:
# storage: {{ .Values.persistence.size }}
4 changes: 2 additions & 2 deletions charts/dbildungs-iam-keycloak/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,5 +120,5 @@ autoscaling:
status:
url: "https://status.dev.spsh.dbildungsplattform.de/"

persistence:
size: 10Gi
#persistence:
# size: 10Gi

0 comments on commit c1d576f

Please sign in to comment.