chore(apps): remove traefik annotations because we're using an nginx ingress controller

This commit is contained in:
David Landry 2024-02-02 22:03:40 -05:00
parent a7c0ffdbdc
commit 9facd5f139
2 changed files with 1 additions and 13 deletions

View file

@ -33,12 +33,6 @@ spec:
# gethomepage.dev/description: "Virtual-tabletop"
# gethomepage.dev/group: "Games"
# gethomepage.dev/icon: "foundryvtt.png"
traefik.enable: "true"
traefik.http.routers.foundryvtt.entrypoints: websecure
traefik.http.routers.foundryvtt.rule: Host(`vtt.nc.landry.land`)
traefik.http.routers.foundryvtt.service: foundryvtt
traefik.http.routers.foundryvtt.tls.certresolver: leresolver
traefik.http.services.foundryvtt.loadbalancer.server.port: "8080"
labels:
app: foundryvtt
spec:

View file

@ -22,18 +22,12 @@ spec:
template:
metadata:
annotations:
gethompage.dev/enabled: "true"
gethomepage.dev/enabled: "true"
gethomepage.dev/group: Media
gethomepage.dev/name: Books
gethomepage.dev/description: Ebooks and graphic novels
gethomepage.dev/href: https://library.nc.landry.land
gethomepage.dev/icon: kavita
traefik.enable: "true"
traefik.http.routers.library.entrypoints: websecure
traefik.http.routers.library.rule: Host(`library.nc.landry.land`)
traefik.http.routers.library.service: library
traefik.http.routers.library.tls.certresolver: leresolver
traefik.http.services.library.loadbalancer.server.port: "5000"
creationTimestamp: null
labels:
io.kompose.network/ebooks-default: "true"