20 lines
221 B
YAML
Raw Permalink Normal View History

2018-07-03 19:07:37 +02:00
replicaCount: 1
image:
repository: mcr.microsoft.com/mssql/server
tag: 2019-latest
2018-07-03 19:07:37 +02:00
pullPolicy: IfNotPresent
service:
type: ClusterIP
port: 1433
resources: {}
nodeSelector: {}
tolerations: []
affinity: {}