fox(friendica): update probe path (#2293)

This commit is contained in:
Stavros Kois 2022-03-26 21:53:07 +02:00 committed by GitHub
parent 3ef886e491
commit b30dde95a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 4 deletions

View File

@ -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

View File

@ -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: