Files
deprecated-helm-charts/stable/mssql-linux/values.yaml
T
Thomas Liddle 1fbd54af09 [mssql-linux] Added feature for persistence and updated README.md (#3677)
* Added feature for persistence and updated README.md

* Updated values.yaml to correct default persistence values

* Create separate pvc files for db data and db transaction logs

* Fixed typos in pvc-tranlog.yaml
2018-02-19 17:22:37 -08:00

37 lines
759 B
YAML

acceptEula:
value: "n"
edition:
value: Express
# Override sapassword in templates/secret.yaml
# sapassword: "MyStrongPassword1234"
image:
repository: microsoft/mssql-server-linux
tag: 2017-CU3
pullPolicy: IfNotPresent
service:
type: ClusterIP
persistence:
enabled: false
# existingDataClaim:
# existingTransactionLogClaim:
# storageClass: "-"
dataAccessMode: ReadWriteOnce
dataSize: 1Gi
transactionLogAccessMode: ReadWriteOnce
transactionLogSize: 1Gi
livenessprobe:
initialDelaySeconds: 15
periodSeconds: 20
readinessprobe:
initialDelaySeconds: 5
periodSeconds: 10
resources: {}
# limits:
# cpu: 100m
# memory: 2Gi
# requests:
# cpu: 100m
# memory: 2Gi
nodeSelector: {}
# kubernetes.io/hostname: minikube