File tree Expand file tree Collapse file tree 3 files changed +31
-6
lines changed Expand file tree Collapse file tree 3 files changed +31
-6
lines changed Original file line number Diff line number Diff line change @@ -72,15 +72,15 @@ spec:
72
72
readinessProbe :
73
73
tcpSocket :
74
74
port : 80
75
- initialDelaySeconds : 3
76
- periodSeconds : 3
75
+ initialDelaySeconds : 10
76
+ periodSeconds : 10
77
77
livenessProbe :
78
78
tcpSocket :
79
79
port : 80
80
- initialDelaySeconds : 3
81
- periodSeconds : 3
80
+ initialDelaySeconds : 10
81
+ periodSeconds : 10
82
82
resources :
83
- {{- toYaml .Values.resources | nindent 12 }}
83
+ {{- toYaml .Values.php. resources | nindent 12 }}
84
84
- name : {{ .Chart.Name }}-php
85
85
securityContext :
86
86
{{- toYaml .Values.securityContext | nindent 12 }}
Original file line number Diff line number Diff line change 69
69
path : /
70
70
port : http
71
71
resources :
72
- {{- toYaml .Values.resources | nindent 12 }}
72
+ {{- toYaml .Values.pwa. resources | nindent 12 }}
73
73
{{- with .Values.nodeSelector }}
74
74
nodeSelector :
75
75
{{- toYaml . | nindent 8 }}
Original file line number Diff line number Diff line change 18
18
- " 10.0.0.0/8"
19
19
- " 172.16.0.0/12"
20
20
- " 192.168.0.0/16"
21
+ resources :
22
+ requests :
23
+ memory : 100Mi
24
+ cpu : 50m
25
+ limits :
26
+ memory : 300Mi
21
27
22
28
pwa :
23
29
image :
27
33
tag : " "
28
34
appSecret : " "
29
35
oidcClientId : api-platform-pwa
36
+ resources :
37
+ requests :
38
+ memory : 100Mi
39
+ cpu : 50m
40
+ limits :
41
+ memory : 300Mi
30
42
31
43
caddy :
32
44
image :
@@ -85,6 +97,12 @@ keycloak:
85
97
pullPolicy : IfNotPresent
86
98
# Overrides the image tag whose default is the chart appVersion.
87
99
tag : " "
100
+ resources :
101
+ requests :
102
+ memory : 300Mi
103
+ cpu : 200m
104
+ limits :
105
+ memory : 500Mi
88
106
service :
89
107
type : ClusterIP
90
108
extraEnvVars :
@@ -146,6 +164,13 @@ keycloak:
146
164
147
165
external-dns :
148
166
enabled : true
167
+ resources :
168
+ requests :
169
+ memory : 50Mi
170
+ cpu : 50m
171
+ limits :
172
+ memory : 200Mi
173
+ cpu : 100m
149
174
domainFilters :
150
175
- chart-example.local
151
176
provider : cloudflare
You can’t perform that action at this time.
0 commit comments