From b5d254e8b4b0e53452fd65a31a2495a770dd4d77 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sun, 31 Dec 2023 16:33:07 +0000 Subject: [PATCH] Update file unraid-ingress.yaml --- internalproxy/templates/unraid-ingress.yaml | 130 ++++++++++---------- 1 file changed, 65 insertions(+), 65 deletions(-) diff --git a/internalproxy/templates/unraid-ingress.yaml b/internalproxy/templates/unraid-ingress.yaml index e60f623..a2c6567 100644 --- a/internalproxy/templates/unraid-ingress.yaml +++ b/internalproxy/templates/unraid-ingress.yaml @@ -1,65 +1,65 @@ -apiVersion: v1 -kind: Service -metadata: - name: unraid -spec: - ports: - - name: app - port: 443 - protocol: TCP - targetPort: 443 - clusterIP: None - type: ClusterIP - ---- - -apiVersion: v1 -kind: Endpoints -metadata: - name: unraid -subsets: -- addresses: - - ip: 192.168.20.253 - ports: - - name: app - port: 443 - protocol: TCP - ---- - -apiVersion: traefik.containo.us/v1alpha1 -kind: IngressRoute -metadata: - name: unraid-ingress - annotations: - cert-manager.io/cluster-issuer: letsencrypt-production -spec: - entryPoints: - - websecure - routes: - - match: Host(`unraid.internal.durp.info`) - middlewares: - - name: whitelist - namespace: traefik - kind: Rule - services: - - name: unraid - port: 443 - scheme: https - tls: - secretName: unraid-tls - ---- - -apiVersion: cert-manager.io/v1 -kind: Certificate -metadata: - name: unraid-tls -spec: - secretName: unraid-tls - issuerRef: - name: letsencrypt-production - kind: ClusterIssuer - commonName: "unraid.internal.durp.info" - dnsNames: - - "unraid.internal.durp.info" \ No newline at end of file +#apiVersion: v1 +#kind: Service +#metadata: +# name: unraid +#spec: +# ports: +# - name: app +# port: 443 +# protocol: TCP +# targetPort: 443 +# clusterIP: None +# type: ClusterIP +# +#--- +# +#apiVersion: v1 +#kind: Endpoints +#metadata: +# name: unraid +#subsets: +#- addresses: +# - ip: 192.168.20.253 +# ports: +# - name: app +# port: 443 +# protocol: TCP +# +#--- +# +#apiVersion: traefik.containo.us/v1alpha1 +#kind: IngressRoute +#metadata: +# name: unraid-ingress +# annotations: +# cert-manager.io/cluster-issuer: letsencrypt-production +#spec: +# entryPoints: +# - websecure +# routes: +# - match: Host(`unraid.internal.durp.info`) +# middlewares: +# - name: whitelist +# namespace: traefik +# kind: Rule +# services: +# - name: unraid +# port: 443 +# scheme: https +# tls: +# secretName: unraid-tls +# +#--- +# +#apiVersion: cert-manager.io/v1 +#kind: Certificate +#metadata: +# name: unraid-tls +#spec: +# secretName: unraid-tls +# issuerRef: +# name: letsencrypt-production +# kind: ClusterIssuer +# commonName: "unraid.internal.durp.info" +# dnsNames: +# \ No newline at end of file