Added .rl, fixed some messages, removed liveness probe.

This commit is contained in:
2023-02-21 22:53:31 +00:00
parent 9b6308ecc0
commit fe2a863bc5
5 changed files with 60 additions and 7 deletions

View File

@ -37,10 +37,6 @@ spec:
- name: http
containerPort: {{ default 8000 .Values.env.BOT_SERVER_PORT }}
protocol: TCP
livenessProbe:
httpGet:
path: /health
port: http
readinessProbe:
httpGet:
path: /health