Added .rl, fixed some messages, removed liveness probe.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user