move away from vikunja helm chart, oidc

This commit is contained in:
2024-12-02 14:27:43 +01:00
parent 3814359266
commit 11ad39805d
10 changed files with 122 additions and 37 deletions

11
apps/todos/service.yaml Normal file
View File

@@ -0,0 +1,11 @@
apiVersion: v1
kind: Service
metadata:
name: todos-web
spec:
selector:
app: todos
ports:
- name: todos
port: 3456
targetPort: 3456