From 9facd5f139542f05c33efbde7e14d46ee383df57 Mon Sep 17 00:00:00 2001 From: David Landry Date: Fri, 2 Feb 2024 22:03:40 -0500 Subject: [PATCH] chore(apps): remove traefik annotations because we're using an nginx ingress controller --- apps/foundryvtt/base/deployment.yaml | 6 ------ apps/kavita/base/kavita-deployment.yaml | 8 +------- 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/apps/foundryvtt/base/deployment.yaml b/apps/foundryvtt/base/deployment.yaml index 8e947f2..0522d29 100644 --- a/apps/foundryvtt/base/deployment.yaml +++ b/apps/foundryvtt/base/deployment.yaml @@ -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: diff --git a/apps/kavita/base/kavita-deployment.yaml b/apps/kavita/base/kavita-deployment.yaml index aa3184e..da5f273 100644 --- a/apps/kavita/base/kavita-deployment.yaml +++ b/apps/kavita/base/kavita-deployment.yaml @@ -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"