-
Notifications
You must be signed in to change notification settings - Fork 0
/
values.yaml
79 lines (59 loc) · 1.21 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
71
72
73
74
75
76
77
78
# Default values for this Helm Chart.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
# They can be overridden by user-supplied values file, such as -f values.yaml,
# which can in turn be overridden by --set parameters.
# www-data group for mounting files from secrets, configMaps
securityContext:
fsGroup: 33
# --set deployment=false for cron-only projects , etc
deployment: true
global:
env: "prod"
onepassvault: "dev"
probes:
enabled: true
startup_probe:
enabled: true
onepass:
enabled: false
replicaCount: 2
memcached:
enabled: enabled
# memorylimitApplication: 28
# memorylimitContainer: 32Mi
yii:
path: 'console/yii'
ingress:
enabled: enabled
migrate:
enabled: enabled
healthcheck:
enabled: enabled
phptests:
enabled: true
unittest:
enabled: true
functionaltest:
enabled: true
acceptancetest:
enabled: false
selenium:
enabled: false
image:
tag: prod
pullPolicy: Always
imagePullSecrets: gitlab
registryfullpath: ''
ports:
- name: http
portNumber: 80
- name: test
portNumber: 8080
nodeSelector:
name: doks.digitalocean.com/node-pool
labels: services
nameOverride: ""
fullnameOverride: ""
tolerations: []
affinity: {}