-
Notifications
You must be signed in to change notification settings - Fork 768
Expand file tree
/
Copy pathvalues.yaml
More file actions
55 lines (45 loc) · 1.05 KB
/
values.yaml
File metadata and controls
55 lines (45 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# Default values for mssql-server.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
replicas: 1
nameOverride: ''
fullnameOverride: ''
image:
repository: mcr.microsoft.com/mssql/server
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "2019-latest"
nodeSelector: {}
tolerations: []
ACCEPT_EULA:
value: "y"
MSSQL_PID:
value: "Developer"
MSSQL_AGENT_ENABLED:
value: "true"
hostname: mssqllatest
sa_password: "Toughpass1!"
containers:
ports:
containerPort: 1433
podAnnotations: {}
podSecurityContext:
fsGroup: 10001
service:
type: LoadBalancer
port: 1433
annotations: {}
pvc:
storageClass: ""
dataAccessMode: ReadWriteOnce
dataSize: 5Gi
# dataMountPath: /var/opt/mssql/db/data
# logAccessMode: ReadWriteOnce
# logSize: 5Gi
# logMountPath: /var/opt/mssql/db/log
# dumpAccessMode: ReadWriteOnce
# dumpSize: 2Gi
# dumpMountPath: /var/opt/mssql/db/dump
# backupAccessMode: ReadWriteOnce
# backupSize: 2Gi
# backupMountPath: /var/opt/mssql/db/backup