Compare commits
No commits in common. "e9bc4ef5bece92e897cc4e60b3e45ce00807d130" and "3f60c1c3edb58f1792a7d1042a83e46d18e2e954" have entirely different histories.
e9bc4ef5be
...
3f60c1c3ed
@ -68,6 +68,18 @@ spec:
|
||||
mountPath: /app/.wwebjs_auth
|
||||
- name: wwebjs-cache
|
||||
mountPath: /app/.wwebjs_cache
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /liveness
|
||||
port: http
|
||||
initialDelaySeconds: 30
|
||||
periodSeconds: 15
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /liveness
|
||||
port: http
|
||||
initialDelaySeconds: 10
|
||||
periodSeconds: 5
|
||||
resources:
|
||||
{{- toYaml .Values.backend.resources | nindent 12 }}
|
||||
volumes:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user