prep
[oom.git] / kubernetes / so / charts / so-sdc-controller / values.yaml
index 81c2b3f..ecf0416 100755 (executable)
@@ -35,6 +35,26 @@ minReadySeconds: 10
 containerPort: 8085
 logPath: ./logs/sdc/
 app: sdc-controller
+## Persist data to a persitent volume
+persistence:
+  enabled: true
+  ## A manually managed Persistent Volume and Claim
+  ## Requires persistence.enabled: true
+  ## If defined, PVC must be created manually before volume will be bound
+  # existingClaim:
+  volumeReclaimPolicy: Retain
+  ## database data Persistent Volume Storage Class
+  ## If defined, storageClassName: <storageClass>
+  ## If set to "-", storageClassName: "", which disables dynamic provisioning
+  ## If undefined (the default) or set to null, no storageClassName spec is
+  ##   set, choosing the default provisioner.  (gp2 on AWS, standard on
+  ##   GKE, AWS & OpenStack)
+  ##
+  # storageClass: "-"
+  accessMode: ReadWriteMany
+  size: 2Gi
+  mountPath: /dockerdata-nfs
+  mountSubPath: mso/asdc/data
 service:
     type: ClusterIP
     internalPort: 8085