synapse: remove checks
This commit is contained in:
parent
d26b257654
commit
79fb5554ec
|
@ -54,13 +54,14 @@ spec:
|
||||||
- mountPath: /config/log.config
|
- mountPath: /config/log.config
|
||||||
subPath: log.config
|
subPath: log.config
|
||||||
name: config
|
name: config
|
||||||
resources:
|
# TODO: validate resource limits
|
||||||
requests:
|
# resources:
|
||||||
memory: "128Mi"
|
# requests:
|
||||||
cpu: "500m"
|
# memory: "128Mi"
|
||||||
limits:
|
# cpu: "500m"
|
||||||
memory: "512Mi"
|
# limits:
|
||||||
cpu: "500m"
|
# memory: "512Mi"
|
||||||
|
# cpu: "1000m"
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /health
|
path: /health
|
||||||
|
|
Loading…
Reference in New Issue