feat: migrate ingresses to nginx

This commit is contained in:
auricom
2021-08-08 23:49:47 +02:00
parent 815a02f6eb
commit 0ed47b08b7
43 changed files with 101 additions and 60 deletions

View File

@@ -206,7 +206,6 @@ apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
annotations:
kubernetes.io/ingress.class: "traefik"
traefik.ingress.kubernetes.io/router.entrypoints: "websecure"
forecastle.stakater.com/expose: "true"
forecastle.stakater.com/appName: "Resilio Sync"
@@ -218,6 +217,7 @@ metadata:
name: resilio-sync
namespace: data
spec:
ingressClassName: "nginx"
rules:
- host: resilio-sync-claude.${SECRET_CLUSTER_DOMAIN}
http: