feat: support persistent volume
All checks were successful
continuous-integration/drone/push Build is passing

Add persistent volume for sqlite3 backend
This commit is contained in:
2021-08-08 19:39:12 +02:00
parent cb03476ed7
commit ce624330c1
4 changed files with 49 additions and 5 deletions

View File

@ -27,7 +27,7 @@ securityContext: {}
# runAsNonRoot: true
# runAsUser: 1000
config:
config: {}
# DRONE_BITBUCKET_CLIENT_ID
# String value. Configures the Bitbucket OAuth client id. This is used to
# authorize access to Bitbucket on behalf of a Drone user.
@ -506,4 +506,15 @@ nodeSelector: {}
tolerations: []
affinity: {}
affinity: {}
# persistence is only required when config.DATABASE_DRIVER is not sqlite3 or
# undefined.
persistence:
# existingClaim:
size: 5Gi
accessModes:
- ReadWriteOnce
labels: {}
annotation: {}
# storageClass: