Move arr/seerr off gateway-internal to dedicated gateway
This commit is contained in:
@@ -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
|
|
||||||
@@ -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
|
|
||||||
@@ -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
|
|
||||||
@@ -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
|
|
||||||
@@ -13,16 +13,12 @@ resources:
|
|||||||
# Certificates
|
# Certificates
|
||||||
- authentik/certificate.yaml
|
- authentik/certificate.yaml
|
||||||
- argocd/certificate.yaml
|
- argocd/certificate.yaml
|
||||||
- arrstack/radarr-certificate.yaml
|
|
||||||
- arrstack/sonarr-certificate.yaml
|
|
||||||
- bentopdf/certificate.yaml
|
- bentopdf/certificate.yaml
|
||||||
- gitea/certificate.yaml
|
- gitea/certificate.yaml
|
||||||
- immich/certificate.yaml
|
- immich/certificate.yaml
|
||||||
- infisical/certificate.yaml
|
- infisical/certificate.yaml
|
||||||
- it-tools/certificate.yaml
|
- it-tools/certificate.yaml
|
||||||
- jellyfin/certificate.yaml
|
- jellyfin/certificate.yaml
|
||||||
- seerr/certificate.yaml
|
|
||||||
- seerr/test-certificate.yaml
|
|
||||||
- jenkins/certificate.yaml
|
- jenkins/certificate.yaml
|
||||||
- longhorn/certificate.yaml
|
- longhorn/certificate.yaml
|
||||||
- monitoring/certificate.yaml
|
- monitoring/certificate.yaml
|
||||||
@@ -30,7 +26,6 @@ resources:
|
|||||||
- netbootxyz/certificate.yaml
|
- netbootxyz/certificate.yaml
|
||||||
- passbolt/certificate.yaml
|
- passbolt/certificate.yaml
|
||||||
- proxmox/certificate.yaml
|
- proxmox/certificate.yaml
|
||||||
- prowlarr/certificate.yaml
|
|
||||||
- resume/resume-certificate.yaml
|
- resume/resume-certificate.yaml
|
||||||
- resume/minio-certificate.yaml
|
- resume/minio-certificate.yaml
|
||||||
- resume/minio-webui-certificate.yaml
|
- resume/minio-webui-certificate.yaml
|
||||||
@@ -38,7 +33,6 @@ resources:
|
|||||||
- minio-aistor/console-certificate.yaml
|
- minio-aistor/console-certificate.yaml
|
||||||
- technitium/technitium-certificate.yaml
|
- technitium/technitium-certificate.yaml
|
||||||
- technitium/technitium-backup-certificate.yaml
|
- technitium/technitium-backup-certificate.yaml
|
||||||
- torrent/certificate.yaml
|
|
||||||
- truenas/certificate.yaml
|
- truenas/certificate.yaml
|
||||||
- unifi/certificate.yaml
|
- unifi/certificate.yaml
|
||||||
- wikijs/certificate.yaml
|
- wikijs/certificate.yaml
|
||||||
@@ -87,18 +81,6 @@ patches:
|
|||||||
kind: Gateway
|
kind: Gateway
|
||||||
name: gateway-internal
|
name: gateway-internal
|
||||||
path: infisical/gateway-patch.yaml
|
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:
|
- target:
|
||||||
group: gateway.networking.k8s.io
|
group: gateway.networking.k8s.io
|
||||||
version: v1
|
version: v1
|
||||||
@@ -123,30 +105,6 @@ patches:
|
|||||||
kind: Gateway
|
kind: Gateway
|
||||||
name: gateway-internal
|
name: gateway-internal
|
||||||
path: netbootxyz/gateway-patch.yaml
|
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:
|
- target:
|
||||||
group: gateway.networking.k8s.io
|
group: gateway.networking.k8s.io
|
||||||
version: v1
|
version: v1
|
||||||
|
|||||||
@@ -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
|
|
||||||
@@ -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
|
|
||||||
@@ -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
|
|
||||||
@@ -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
|
|
||||||
@@ -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
|
|
||||||
@@ -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
|
|
||||||
@@ -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
|
|
||||||
@@ -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
|
|
||||||
Reference in New Issue
Block a user