diff --git a/apps/immich/postgres.yaml b/apps/immich/postgres.yaml index ce87a62..3b107a1 100644 --- a/apps/immich/postgres.yaml +++ b/apps/immich/postgres.yaml @@ -10,7 +10,7 @@ spec: initdb: owner: immich database: immich - secret: + secret: name: postgres-password postgresql: diff --git a/apps/todos/ingress.yaml b/apps/todos/ingress.yaml index a080cf9..c85ab06 100644 --- a/apps/todos/ingress.yaml +++ b/apps/todos/ingress.yaml @@ -7,10 +7,15 @@ spec: entryPoints: - websecure routes: - - match: Host(`todos.kluster.moll.re`) + - match: Host(`todos.kluster.moll.re`) && PathPrefix(`/api/v1`) kind: Rule services: - - name: todos-vikunja + - name: todos-api port: 3456 + - match: Host(`todos.kluster.moll.re`) && PathPrefix(`/`) + kind: Rule + services: + - name: todos-frontend + port: 80 tls: certResolver: default-tls