Compare commits
No commits in common. "49868e1073764fc498d22ca7e9d34c4b31170784" and "73c329288207fba0745902670e99ffdfb52f4442" have entirely different histories.
49868e1073
...
73c3292882
@ -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