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