From 404510ef3ab586d9e6836b3274225271c2442df6 Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Fri, 1 May 2026 23:56:52 +0200 Subject: [PATCH] Fix freshrss probes --- charts/freshrss/deploy.yaml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/charts/freshrss/deploy.yaml b/charts/freshrss/deploy.yaml index d68a45e..17279f7 100644 --- a/charts/freshrss/deploy.yaml +++ b/charts/freshrss/deploy.yaml @@ -32,7 +32,7 @@ spec: - name: PGSSLROOTCERT value: /pg/ca.crt - name: FRESHRSS_INSTALL - value: --api-enabled --auth-type http_auth --db-base freshrss --db-host postgres-cluster-rw.postgres --db-type pgsql --db-user freshrss --default-user admin --language en + value: --api-enabled --auth-type http_auth --db-base freshrss --db-host postgres-cluster-rw.postgres --db-type pgsql --db-user freshrss --language en - name: OIDC_ENABLED value: "1" - name: OIDC_PROVIDER_METADATA_URL @@ -61,14 +61,6 @@ spec: ports: - name: http containerPort: 8080 - livenessProbe: - httpGet: - path: / - port: http - readinessProbe: - httpGet: - path: / - port: http volumeMounts: - name: freshrss-data mountPath: /var/www/FreshRSS/data