-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathvalues.yaml
70 lines (54 loc) · 1.35 KB
/
values.yaml
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
# https://artifacthub.io/packages/helm/simcube/mssqlserver-2022/1.2.3
# https://github.com/helm/charts/tree/master/stable/mssql-linux
# https://learn.microsoft.com/en-us/sql/linux/sql-server-linux-kubernetes-best-practices-statefulsets?view=sql-server-ver16
# https://github.com/microsoft/mssql-docker
# https://github.com/microsoft/mssql-docker/issues/11: Allow pointing to and executing a SQL script on run
acceptEula:
value: "y"
edition:
value: Developer
collation: SQL_Latin1_General_CP1_CI_AS
dataDir: /var/opt/mssql
lcid: 1033
hadr: 0
replicaCount: 1
# Override sapassword in templates/secret.yaml
# sapassword: "MyStrongPassword1234"
image:
repository: mcr.microsoft.com/mssql/server
tag: 2022-latest
pullPolicy: IfNotPresent
service:
# If headless is set to TRUE then the service type is ignored
headless: false
type: ClusterIP
port: 1433
annotations: {}
labels: {}
deployment:
annotations: {}
labels: {}
pod:
annotations: {}
labels: {}
persistence:
enabled: true
# existingDataClaim:
storageClass: ""
dataAccessMode: ReadWriteOnce
dataSize: 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: microk8s