mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
* Added mssql backup dir env var and Updated README and NOTES * increased chart version based on new features
41 lines
849 B
YAML
41 lines
849 B
YAML
acceptEula:
|
|
value: "n"
|
|
edition:
|
|
value: Express
|
|
# Override sapassword in templates/secret.yaml
|
|
# sapassword: "MyStrongPassword1234"
|
|
image:
|
|
repository: microsoft/mssql-server-linux
|
|
tag: 2017-CU5
|
|
pullPolicy: IfNotPresent
|
|
service:
|
|
type: ClusterIP
|
|
port: 1433
|
|
persistence:
|
|
enabled: false
|
|
# existingDataClaim:
|
|
# existingTransactionLogClaim:
|
|
# existingBackupClaim:
|
|
# storageClass: "-"
|
|
dataAccessMode: ReadWriteOnce
|
|
dataSize: 1Gi
|
|
transactionLogAccessMode: ReadWriteOnce
|
|
transactionLogSize: 1Gi
|
|
backupAccessMode: ReadWriteOnce
|
|
backupSize: 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
|