fox(friendica): update probe path (#2293)
This commit is contained in:
parent
3ef886e491
commit
b30dde95a7
|
@ -27,7 +27,7 @@ name: friendica
|
|||
sources:
|
||||
- https://friendi.ca/
|
||||
- https://hub.docker.com/_/friendica
|
||||
version: 2.0.9
|
||||
version: 2.0.10
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- social
|
||||
|
|
|
@ -20,6 +20,7 @@ env:
|
|||
FRIENDICA_TZ: "{{ .Values.TZ }}"
|
||||
FRIENDICA_DATA_DIR: "/data"
|
||||
FRIENDICA_CONFIG_DIR: "/config"
|
||||
# User Defined
|
||||
FRIENDICA_ADMIN_MAIL: "my@domain.com"
|
||||
FRIENDICA_URL: "http://localhost:{{ .Values.service.main.ports.main.port }}"
|
||||
FRIENDICA_UPGRADE: false
|
||||
|
@ -35,11 +36,11 @@ service:
|
|||
|
||||
probes:
|
||||
liveness:
|
||||
path: "/friendica"
|
||||
path: "/ping"
|
||||
readiness:
|
||||
path: "/friendica"
|
||||
path: "/ping"
|
||||
startup:
|
||||
path: "/friendica"
|
||||
path: "/ping"
|
||||
|
||||
persistence:
|
||||
varrun:
|
||||
|
|
Loading…
Reference in New Issue