Skip to content

Instantly share code, notes, and snippets.

@wstrange
Last active June 23, 2018 20:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wstrange/adb96dadb7a36b09e665218225c994ba to your computer and use it in GitHub Desktop.
Save wstrange/adb96dadb7a36b09e665218225c994ba to your computer and use it in GitHub Desktop.
ds helm chart values
image:
repository: gcr.io/engineering-devops
pullPolicy: Always
#pullPolicy: IfNotPresent
tag: 6.5.0
djInstance: userstore
djPersistence: true
replicas: 2
backup:
enabled: false
#storageClass: standard
storageClass: nfs
verify: false
#pvcName: bak-userstore
opendjJavaArgs: "-Xmx2048m"
restore:
enabled: true
storageClass: fast
storageSize: "30Gi"
gcs:
# Set this to true to enable backups to Google Cloud Storage. You need to create the top level bucket first.
restore: true
backupBucket: gs://forgeops/dj-backup/10mbak
# Restore bucket. Usually the same as above, but for initialization we might want to restore from another source.
restoreBucket: gs://forgeops/dj-backup/10m/sandbox/userstore
resources:
limits:
memory: 3Gi
requests:
memory: 2Gi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment