-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathvalues.yaml
More file actions
60 lines (50 loc) · 978 Bytes
/
values.yaml
File metadata and controls
60 lines (50 loc) · 978 Bytes
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
ingress:
host: chart-example.local
ingressClassName: nginx
gitRepository: laszlocph/demo-app
gitSha: xyz
volumes:
- name: testing
path: /deleteme
hostPath:
path: /deleteme
- name: empty
path: /deleteme2
emptyDir: true
- name: volume-name
existingSecret: my-secret
path: /randomPath/app.creds
subPath: app.creds
vars:
var1: value1
var2: value2
probe:
enabled: true
settings:
periodSeconds: 30
podSpec:
hostNetwork: true
cnpg:
enabled: false
cluster:
instances: 3
storage:
size: 5Gi
storageClass: external-nfs
walStorage:
size: 2Gi
storageClass: external-nfs
postgresAuth:
username:
password:
backup:
retentionPolicy: "7d"
barmanObjectStore:
endpointURL: https://seaweedfs-admin.mea-poc.opsta.in.th/buckets/
s3Credentials:
accessKeyValue:
secretKeyValue:
bootstrap:
initdb:
database: cnpg
owner: cnpg