chore(apps): remove traefik annotations because we're using an nginx ingress controller
This commit is contained in:
parent
a7c0ffdbdc
commit
9facd5f139
2 changed files with 1 additions and 13 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue