Files
deprecated-helm-charts/stable/mssql-linux/values.yaml
T
Matt McNaughton c46c81ca44 [stable/mssql-linux] Add service annotations (#7311)
Add the ability to set annotations on the service this chart creates.
2018-09-24 11:05:41 -07:00

48 lines
999 B
YAML

acceptEula:
value: "n"
edition:
value: Express
collation: SQL_Latin1_General_CP1_CI_AS
lcid: 1033
hadr: 0
# Override sapassword in templates/secret.yaml
# sapassword: "MyStrongPassword1234"
image:
repository: microsoft/mssql-server-linux
tag: 2017-CU5
pullPolicy: IfNotPresent
service:
type: ClusterIP
port: 1433
annotations: {}
persistence:
enabled: true
# existingDataClaim:
# existingTransactionLogClaim:
# existingBackupClaim:
# existingMasterClaim:
storageClass: ""
dataAccessMode: ReadWriteOnce
dataSize: 1Gi
transactionLogAccessMode: ReadWriteOnce
transactionLogSize: 1Gi
backupAccessMode: ReadWriteOnce
backupSize: 1Gi
masterAccessMode: ReadWriteOnce
masterSize: 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