synapse: remove checks

This commit is contained in:
Rob Watson 2022-11-08 08:23:05 +01:00
parent d26b257654
commit 79fb5554ec
1 changed files with 8 additions and 7 deletions

View File

@ -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