diff --git a/envoy-gateway/arrstack/radarr-certificate.yaml b/envoy-gateway/arrstack/radarr-certificate.yaml deleted file mode 100644 index 1403cf5..0000000 --- a/envoy-gateway/arrstack/radarr-certificate.yaml +++ /dev/null @@ -1,14 +0,0 @@ -apiVersion: cert-manager.io/v1 -kind: Certificate -metadata: - name: radarr-tls - namespace: envoy-gateway -spec: - secretName: radarr-tls - privateKey: - rotationPolicy: Always - issuerRef: - name: azure-dns - kind: ClusterIssuer - dnsNames: - - radarr.jsme.be diff --git a/envoy-gateway/arrstack/radarr-gateway-patch.yaml b/envoy-gateway/arrstack/radarr-gateway-patch.yaml deleted file mode 100644 index fec0a15..0000000 --- a/envoy-gateway/arrstack/radarr-gateway-patch.yaml +++ /dev/null @@ -1,19 +0,0 @@ -- op: add - path: /spec/listeners/- - value: - name: radarr - protocol: HTTPS - port: 443 - hostname: "radarr.jsme.be" - allowedRoutes: - namespaces: - from: Selector - selector: - matchLabels: - kubernetes.io/metadata.name: arrstack - tls: - mode: Terminate - certificateRefs: - - kind: Secret - name: radarr-tls - namespace: envoy-gateway diff --git a/envoy-gateway/arrstack/sonarr-certificate.yaml b/envoy-gateway/arrstack/sonarr-certificate.yaml deleted file mode 100644 index 3446635..0000000 --- a/envoy-gateway/arrstack/sonarr-certificate.yaml +++ /dev/null @@ -1,14 +0,0 @@ -apiVersion: cert-manager.io/v1 -kind: Certificate -metadata: - name: sonarr-tls - namespace: envoy-gateway -spec: - secretName: sonarr-tls - privateKey: - rotationPolicy: Always - issuerRef: - name: azure-dns - kind: ClusterIssuer - dnsNames: - - sonarr.jsme.be diff --git a/envoy-gateway/arrstack/sonarr-gateway-patch.yaml b/envoy-gateway/arrstack/sonarr-gateway-patch.yaml deleted file mode 100644 index 734bcf3..0000000 --- a/envoy-gateway/arrstack/sonarr-gateway-patch.yaml +++ /dev/null @@ -1,19 +0,0 @@ -- op: add - path: /spec/listeners/- - value: - name: sonarr - protocol: HTTPS - port: 443 - hostname: "sonarr.jsme.be" - allowedRoutes: - namespaces: - from: Selector - selector: - matchLabels: - kubernetes.io/metadata.name: arrstack - tls: - mode: Terminate - certificateRefs: - - kind: Secret - name: sonarr-tls - namespace: envoy-gateway diff --git a/envoy-gateway/kustomization.yaml b/envoy-gateway/kustomization.yaml index 0211fbe..a07cda2 100644 --- a/envoy-gateway/kustomization.yaml +++ b/envoy-gateway/kustomization.yaml @@ -13,16 +13,12 @@ resources: # Certificates - authentik/certificate.yaml - argocd/certificate.yaml - - arrstack/radarr-certificate.yaml - - arrstack/sonarr-certificate.yaml - bentopdf/certificate.yaml - gitea/certificate.yaml - immich/certificate.yaml - infisical/certificate.yaml - it-tools/certificate.yaml - jellyfin/certificate.yaml - - seerr/certificate.yaml - - seerr/test-certificate.yaml - jenkins/certificate.yaml - longhorn/certificate.yaml - monitoring/certificate.yaml @@ -30,7 +26,6 @@ resources: - netbootxyz/certificate.yaml - passbolt/certificate.yaml - proxmox/certificate.yaml - - prowlarr/certificate.yaml - resume/resume-certificate.yaml - resume/minio-certificate.yaml - resume/minio-webui-certificate.yaml @@ -38,7 +33,6 @@ resources: - minio-aistor/console-certificate.yaml - technitium/technitium-certificate.yaml - technitium/technitium-backup-certificate.yaml - - torrent/certificate.yaml - truenas/certificate.yaml - unifi/certificate.yaml - wikijs/certificate.yaml @@ -87,18 +81,6 @@ patches: kind: Gateway name: gateway-internal path: infisical/gateway-patch.yaml - - target: - group: gateway.networking.k8s.io - version: v1 - kind: Gateway - name: gateway-internal - path: seerr/gateway-patch.yaml - - target: - group: gateway.networking.k8s.io - version: v1 - kind: Gateway - name: gateway-internal - path: seerr/test-gateway-patch.yaml - target: group: gateway.networking.k8s.io version: v1 @@ -123,30 +105,6 @@ patches: kind: Gateway name: gateway-internal path: netbootxyz/gateway-patch.yaml - - target: - group: gateway.networking.k8s.io - version: v1 - kind: Gateway - name: gateway-internal - path: arrstack/radarr-gateway-patch.yaml - - target: - group: gateway.networking.k8s.io - version: v1 - kind: Gateway - name: gateway-internal - path: arrstack/sonarr-gateway-patch.yaml - - target: - group: gateway.networking.k8s.io - version: v1 - kind: Gateway - name: gateway-internal - path: prowlarr/gateway-patch.yaml - - target: - group: gateway.networking.k8s.io - version: v1 - kind: Gateway - name: gateway-internal - path: torrent/gateway-patch.yaml - target: group: gateway.networking.k8s.io version: v1 diff --git a/envoy-gateway/prowlarr/certificate.yaml b/envoy-gateway/prowlarr/certificate.yaml deleted file mode 100644 index cae0600..0000000 --- a/envoy-gateway/prowlarr/certificate.yaml +++ /dev/null @@ -1,14 +0,0 @@ -apiVersion: cert-manager.io/v1 -kind: Certificate -metadata: - name: prowlarr-tls - namespace: envoy-gateway -spec: - secretName: prowlarr-tls - privateKey: - rotationPolicy: Always - issuerRef: - name: azure-dns - kind: ClusterIssuer - dnsNames: - - prowlarr.jsme.be diff --git a/envoy-gateway/prowlarr/gateway-patch.yaml b/envoy-gateway/prowlarr/gateway-patch.yaml deleted file mode 100644 index 6237c36..0000000 --- a/envoy-gateway/prowlarr/gateway-patch.yaml +++ /dev/null @@ -1,19 +0,0 @@ -- op: add - path: /spec/listeners/- - value: - name: prowlarr - protocol: HTTPS - port: 443 - hostname: "prowlarr.jsme.be" - allowedRoutes: - namespaces: - from: Selector - selector: - matchLabels: - kubernetes.io/metadata.name: arrstack - tls: - mode: Terminate - certificateRefs: - - kind: Secret - name: prowlarr-tls - namespace: envoy-gateway diff --git a/envoy-gateway/seerr/certificate.yaml b/envoy-gateway/seerr/certificate.yaml deleted file mode 100644 index 0cf2a37..0000000 --- a/envoy-gateway/seerr/certificate.yaml +++ /dev/null @@ -1,14 +0,0 @@ -apiVersion: cert-manager.io/v1 -kind: Certificate -metadata: - name: seerr-tls - namespace: envoy-gateway -spec: - secretName: seerr-tls - privateKey: - rotationPolicy: Always - issuerRef: - name: azure-dns - kind: ClusterIssuer - dnsNames: - - seerr.jsme.be diff --git a/envoy-gateway/seerr/gateway-patch.yaml b/envoy-gateway/seerr/gateway-patch.yaml deleted file mode 100644 index 4c2c080..0000000 --- a/envoy-gateway/seerr/gateway-patch.yaml +++ /dev/null @@ -1,19 +0,0 @@ -- op: add - path: /spec/listeners/- - value: - name: seerr - protocol: HTTPS - port: 443 - hostname: "seerr.jsme.be" - allowedRoutes: - namespaces: - from: Selector - selector: - matchLabels: - kubernetes.io/metadata.name: seerr - tls: - mode: Terminate - certificateRefs: - - kind: Secret - name: seerr-tls - namespace: envoy-gateway diff --git a/envoy-gateway/seerr/test-certificate.yaml b/envoy-gateway/seerr/test-certificate.yaml deleted file mode 100644 index 50002bb..0000000 --- a/envoy-gateway/seerr/test-certificate.yaml +++ /dev/null @@ -1,14 +0,0 @@ -apiVersion: cert-manager.io/v1 -kind: Certificate -metadata: - name: seerr-test-tls - namespace: envoy-gateway -spec: - secretName: seerr-test-tls - privateKey: - rotationPolicy: Always - issuerRef: - name: azure-dns - kind: ClusterIssuer - dnsNames: - - seerr-test.jsme.be diff --git a/envoy-gateway/seerr/test-gateway-patch.yaml b/envoy-gateway/seerr/test-gateway-patch.yaml deleted file mode 100644 index e18165d..0000000 --- a/envoy-gateway/seerr/test-gateway-patch.yaml +++ /dev/null @@ -1,19 +0,0 @@ -- op: add - path: /spec/listeners/- - value: - name: seerr-test - protocol: HTTPS - port: 443 - hostname: "seerr-test.jsme.be" - allowedRoutes: - namespaces: - from: Selector - selector: - matchLabels: - kubernetes.io/metadata.name: seerr - tls: - mode: Terminate - certificateRefs: - - kind: Secret - name: seerr-test-tls - namespace: envoy-gateway diff --git a/envoy-gateway/torrent/certificate.yaml b/envoy-gateway/torrent/certificate.yaml deleted file mode 100644 index 2b23b2f..0000000 --- a/envoy-gateway/torrent/certificate.yaml +++ /dev/null @@ -1,14 +0,0 @@ -apiVersion: cert-manager.io/v1 -kind: Certificate -metadata: - name: torrent-tls - namespace: envoy-gateway -spec: - secretName: torrent-tls - privateKey: - rotationPolicy: Always - issuerRef: - name: azure-dns - kind: ClusterIssuer - dnsNames: - - torrent.jsme.be diff --git a/envoy-gateway/torrent/gateway-patch.yaml b/envoy-gateway/torrent/gateway-patch.yaml deleted file mode 100644 index 669e9a1..0000000 --- a/envoy-gateway/torrent/gateway-patch.yaml +++ /dev/null @@ -1,19 +0,0 @@ -- op: add - path: /spec/listeners/- - value: - name: torrent - protocol: HTTPS - port: 443 - hostname: "torrent.jsme.be" - allowedRoutes: - namespaces: - from: Selector - selector: - matchLabels: - kubernetes.io/metadata.name: arrstack - tls: - mode: Terminate - certificateRefs: - - kind: Secret - name: torrent-tls - namespace: envoy-gateway