migrate kitchenowl to kubernetes

This commit is contained in:
Pim Kunis 2024-03-29 14:26:05 +01:00
parent 35280d34b4
commit 31b95c9a49
5 changed files with 101 additions and 5 deletions

View file

@ -5,5 +5,4 @@
- {role: traefik, tags: traefik}
- {role: forgejo, tags: forgejo}
- {role: swarm_dashboard, tags: swarm_dashboard}
- {role: kitchenowl, tags: kitchenowl}
- {role: media, tags: media}

View file

@ -108,6 +108,12 @@ services:
- traefik.http.routers.paperless-ngx.rule=Host(`paperless.kun.is`)
- traefik.http.routers.paperless-ngx.tls=true
- traefik.http.routers.paperless-ngx.tls.certresolver=letsencrypt
- traefik.http.routers.kitchenowl.entrypoints=websecure
- traefik.http.routers.kitchenowl.service=k3s@file
- traefik.http.routers.kitchenowl.rule=Host(`boodschappen.kun.is`)
- traefik.http.routers.kitchenowl.tls=true
- traefik.http.routers.kitchenowl.tls.certresolver=letsencrypt
volumes:
- type: bind
source: /var/run/docker.sock