forked from arvatoaws-labs/wordpress-bedrock-helm-chart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvalues_test.yaml
72 lines (64 loc) · 1.64 KB
/
values_test.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
71
72
efs:
enabled: true
fsid: fs-12345
#subPath: demo # projekt verzeichnis, default release name
extraDirs:
- pluginA
- pluginB
nginx:
extraVolumeMounts:
- name: test123-volume
mountPath: /var/www/html/web/app/test123
readOnly: true
php:
extraVolumeMounts:
- name: test123-volume
mountPath: /var/www/html/web/app/test123
readOnly: false
- name: efs
mountPath: /var/www/html/web/app
readOnly: false
- name: efs
mountPath: /var/www/html/web/app/pluginA
subPath: pluginA
readOnly: false
- name: efs
mountPath: /var/www/html/web/app/pluginB
subPath: pluginB
readOnly: false
externalSecrets:
enabled: true
#engine: kube-external-secrets
engine: external-secrets
region: eu-central-1
backendType: systemManager
mapping:
db-root-username: /dev/wordpress-1/DB/username
db-root-password: /dev/wordpress-1/DB/password
db-username: /dev/exampleblog/DB/username
db-password: /dev/exampleblog/DB/password
wordpress-username: /dev/exampleblog/wordpress/username
wordpress-password: /dev/exampleblog/wordpress/password
hpa:
engine: keda
ingress:
enabled: true
hosts:
- host: www.example.com
cron:
jobs:
job1:
enabled: true
schedule: "*/5 * * * *"
command: wp --version
concurrencyPolicy: Replace
restartPolicy: OnFailure
startingDeadlineSeconds: 1800
that-is-a-very-long-job-name:
enabled: true
schedule: "* 16 * * 5"
command: /var/www/html/web/app/plugins/regular_task.sh
job3:
enabled: false
schedule: "* 15 * * 5"
command: /scripts/to_something.sh