2021-10-23 16:57:14 +00:00
|
|
|
apiVersion: networking.k8s.io/v1
|
|
|
|
kind: Ingress
|
|
|
|
metadata:
|
|
|
|
name: auth-proxy
|
|
|
|
namespace: auth-proxy
|
|
|
|
annotations:
|
|
|
|
cert-manager.io/cluster-issuer: letsencrypt
|
|
|
|
nginx.ingress.kubernetes.io/force-ssl-redirect: "true"
|
|
|
|
spec:
|
|
|
|
ingressClassName: nginx
|
|
|
|
tls:
|
|
|
|
- hosts:
|
|
|
|
- downloads.cluster.fun
|
|
|
|
- argo.cluster.fun
|
|
|
|
- code.cluster.fun
|
|
|
|
- jackett.cluster.fun
|
|
|
|
- printer.cluster.fun
|
2022-03-11 20:01:31 +00:00
|
|
|
- ender3pro.printer.cluster.fun
|
|
|
|
- flsunq5.printer.cluster.fun
|
2022-03-13 09:56:44 +00:00
|
|
|
- elegoomars2.printer.cluster.fun
|
2021-10-23 16:57:14 +00:00
|
|
|
- radarr.cluster.fun
|
2021-11-13 09:04:09 +00:00
|
|
|
- readarr.cluster.fun
|
2021-10-23 16:57:14 +00:00
|
|
|
- sonarr.cluster.fun
|
2022-04-09 10:26:09 +00:00
|
|
|
- lidarr.cluster.fun
|
2022-04-24 16:14:39 +00:00
|
|
|
- prowlarr.cluster.fun
|
2021-10-23 16:57:14 +00:00
|
|
|
- transmission.cluster.fun
|
2021-11-07 05:30:13 +00:00
|
|
|
- tekton.cluster.fun
|
2021-10-23 16:57:14 +00:00
|
|
|
secretName: auth-proxy-ingress
|
|
|
|
rules:
|
|
|
|
- host: downloads.cluster.fun
|
|
|
|
http:
|
|
|
|
paths:
|
|
|
|
- path: /
|
|
|
|
pathType: ImplementationSpecific
|
|
|
|
backend:
|
|
|
|
service:
|
|
|
|
name: auth-proxy
|
|
|
|
port:
|
|
|
|
name: http
|
|
|
|
- host: argo.cluster.fun
|
|
|
|
http:
|
|
|
|
paths:
|
|
|
|
- path: /
|
|
|
|
pathType: ImplementationSpecific
|
|
|
|
backend:
|
|
|
|
service:
|
|
|
|
name: auth-proxy
|
|
|
|
port:
|
|
|
|
name: http
|
|
|
|
- host: code.cluster.fun
|
|
|
|
http:
|
|
|
|
paths:
|
|
|
|
- path: /
|
|
|
|
pathType: ImplementationSpecific
|
|
|
|
backend:
|
|
|
|
service:
|
|
|
|
name: auth-proxy
|
|
|
|
port:
|
|
|
|
name: http
|
2021-11-07 05:30:13 +00:00
|
|
|
- host: jackett.cluster.fun
|
2021-10-23 16:57:14 +00:00
|
|
|
http:
|
|
|
|
paths:
|
|
|
|
- path: /
|
|
|
|
pathType: ImplementationSpecific
|
|
|
|
backend:
|
|
|
|
service:
|
|
|
|
name: auth-proxy
|
|
|
|
port:
|
|
|
|
name: http
|
2021-11-07 05:30:13 +00:00
|
|
|
- host: printer.cluster.fun
|
2021-10-23 16:57:14 +00:00
|
|
|
http:
|
|
|
|
paths:
|
|
|
|
- path: /
|
|
|
|
pathType: ImplementationSpecific
|
|
|
|
backend:
|
|
|
|
service:
|
|
|
|
name: auth-proxy
|
|
|
|
port:
|
|
|
|
name: http
|
2022-03-11 20:01:31 +00:00
|
|
|
- host: ender3pro.printer.cluster.fun
|
|
|
|
http:
|
|
|
|
paths:
|
|
|
|
- path: /
|
|
|
|
pathType: ImplementationSpecific
|
|
|
|
backend:
|
|
|
|
service:
|
|
|
|
name: auth-proxy
|
|
|
|
port:
|
|
|
|
name: http
|
|
|
|
- host: flsunq5.printer.cluster.fun
|
|
|
|
http:
|
|
|
|
paths:
|
|
|
|
- path: /
|
|
|
|
pathType: ImplementationSpecific
|
|
|
|
backend:
|
|
|
|
service:
|
|
|
|
name: auth-proxy
|
|
|
|
port:
|
|
|
|
name: http
|
2022-03-13 09:56:44 +00:00
|
|
|
- host: elegoomars2.printer.cluster.fun
|
|
|
|
http:
|
|
|
|
paths:
|
|
|
|
- path: /
|
|
|
|
pathType: ImplementationSpecific
|
|
|
|
backend:
|
|
|
|
service:
|
|
|
|
name: auth-proxy
|
|
|
|
port:
|
|
|
|
name: http
|
2021-11-07 05:30:13 +00:00
|
|
|
- host: radarr.cluster.fun
|
2021-10-23 16:57:14 +00:00
|
|
|
http:
|
|
|
|
paths:
|
|
|
|
- path: /
|
|
|
|
pathType: ImplementationSpecific
|
|
|
|
backend:
|
|
|
|
service:
|
|
|
|
name: auth-proxy
|
|
|
|
port:
|
|
|
|
name: http
|
2021-11-13 09:04:09 +00:00
|
|
|
- host: readarr.cluster.fun
|
|
|
|
http:
|
|
|
|
paths:
|
|
|
|
- path: /
|
|
|
|
pathType: ImplementationSpecific
|
|
|
|
backend:
|
|
|
|
service:
|
|
|
|
name: auth-proxy
|
|
|
|
port:
|
|
|
|
name: http
|
2021-11-07 05:30:13 +00:00
|
|
|
- host: sonarr.cluster.fun
|
2021-10-23 16:57:14 +00:00
|
|
|
http:
|
|
|
|
paths:
|
|
|
|
- path: /
|
|
|
|
pathType: ImplementationSpecific
|
|
|
|
backend:
|
|
|
|
service:
|
|
|
|
name: auth-proxy
|
|
|
|
port:
|
|
|
|
name: http
|
2022-04-09 10:26:09 +00:00
|
|
|
- host: lidarr.cluster.fun
|
|
|
|
http:
|
|
|
|
paths:
|
|
|
|
- path: /
|
|
|
|
pathType: ImplementationSpecific
|
|
|
|
backend:
|
|
|
|
service:
|
|
|
|
name: auth-proxy
|
|
|
|
port:
|
|
|
|
name: http
|
2022-04-24 16:14:39 +00:00
|
|
|
- host: prowlarr.cluster.fun
|
|
|
|
http:
|
|
|
|
paths:
|
|
|
|
- path: /
|
|
|
|
pathType: ImplementationSpecific
|
|
|
|
backend:
|
|
|
|
service:
|
|
|
|
name: auth-proxy
|
|
|
|
port:
|
|
|
|
name: http
|
2021-11-07 05:30:13 +00:00
|
|
|
- host: transmission.cluster.fun
|
2021-10-23 16:57:14 +00:00
|
|
|
http:
|
|
|
|
paths:
|
|
|
|
- path: /
|
|
|
|
pathType: ImplementationSpecific
|
|
|
|
backend:
|
|
|
|
service:
|
|
|
|
name: auth-proxy
|
|
|
|
port:
|
|
|
|
name: http
|
2021-11-07 05:30:13 +00:00
|
|
|
- host: tekton.cluster.fun
|
2021-10-23 16:57:14 +00:00
|
|
|
http:
|
|
|
|
paths:
|
|
|
|
- path: /
|
|
|
|
pathType: ImplementationSpecific
|
|
|
|
backend:
|
|
|
|
service:
|
|
|
|
name: auth-proxy
|
|
|
|
port:
|
|
|
|
name: http
|