0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-06 14:50:20 -05:00

Merge pull request #179 from tokens-studio/fix/persistence

Add persistence to penpot deploys
This commit is contained in:
SorsOps 2024-06-19 14:10:43 +02:00 committed by GitHub
commit 4c236ab423
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 2 deletions

View file

@ -243,12 +243,12 @@ exporter:
persistence:
## @param persistence.enabled Enable persistence using Persistent Volume Claims.
##
enabled: false
enabled: true
## @param persistence.storageClass Persistent Volume storage class.
## If defined, storageClassName: <storageClass>.
## If undefined (the default) or set to null, no storageClassName spec is set, choosing the default provisioner.
##
storageClass: ""
storageClass: standard-rwx
## @param persistence.size Persistent Volume size.
##
size: 8Gi

View file

@ -102,6 +102,9 @@ manifests: |
redisEnabled: true
imagePullSecrets:
- name: ghcr-login-secret
persistence:
enabled: true
storageClass: standard-rwx
backend:
image:
pullPolicy: IfNotPresent