summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-08-09 11:54:36 +0300
committerPaul Buetow <paul@buetow.org>2025-08-09 11:54:36 +0300
commita32b93bb5fb23d805ea045d6f1ded29b0ba69218 (patch)
treeb4ca89c8b819b4354ac09ceda395e9f4afac9b53
parent734b979d98182925733c818b64e8421f80204ab0 (diff)
Update
-rw-r--r--f3s/opodsync/config.dist.php15
-rw-r--r--f3s/opodsync/helm-chart/templates/ingress.yaml12
2 files changed, 1 insertions, 26 deletions
diff --git a/f3s/opodsync/config.dist.php b/f3s/opodsync/config.dist.php
deleted file mode 100644
index b5e7157..0000000
--- a/f3s/opodsync/config.dist.php
+++ /dev/null
@@ -1,15 +0,0 @@
-<?php
-
-// base url of the server, for example "https://example.com/gpodder"
-// if not set, the server will try to guess it
-// define("GPODDER_BASE_URL", "https://example.com/gpodder");
-
-// directory to store the database and other data
-// if not set, the server will use the "data" directory in the same directory as this script
-// define("GPODDER_DATA_DIR", "/var/www/server/data");
-
-// allow new user registrations after the first user is created
-// define("GPODDER_ALLOW_REGISTRATIONS", true);
-
-// enable logging
-// define("GPODDER_LOG_LEVEL", "debug");
diff --git a/f3s/opodsync/helm-chart/templates/ingress.yaml b/f3s/opodsync/helm-chart/templates/ingress.yaml
index 9f59714..a29d27b 100644
--- a/f3s/opodsync/helm-chart/templates/ingress.yaml
+++ b/f3s/opodsync/helm-chart/templates/ingress.yaml
@@ -4,9 +4,9 @@ metadata:
name: opodsync-ingress
namespace: services
annotations:
+ spec.ingressClassName: traefik
traefik.ingress.kubernetes.io/router.entrypoints: web
spec:
- ingressClassName: traefik
rules:
- host: gpodder.f3s.buetow.org
http:
@@ -18,13 +18,3 @@ spec:
name: opodsync-service
port:
number: 80
- - host: opodsync.f3s.buetow.org
- http:
- paths:
- - path: /
- pathType: Prefix
- backend:
- service:
- name: opodsync-service
- port:
- number: 80