Added mealie to proxy mappings

This commit is contained in:
Marcus Noble 2022-01-24 15:25:55 +00:00
parent cd38ae3b8f
commit 630055af40
1 changed files with 12 additions and 0 deletions

View File

@ -13,6 +13,7 @@ data:
"home.cluster.fun": "home.cluster.local",
"tasks.cluster.fun": "tasks.cluster.local",
"api.tasks.cluster.fun": "api.tasks.cluster.local",
"mealie.cluster.fun": "mealie.cluster.local",
"prometheus.auth-proxy.svc": "prometheus.cluster.local",
"loki.auth-proxy.svc": "loki.cluster.local",
"loki.auth-proxy.svc:80": "loki.cluster.local"
@ -268,6 +269,7 @@ spec:
- home.cluster.fun
- tasks.cluster.fun
- api.tasks.cluster.fun
- mealie.cluster.fun
secretName: non-auth-proxy-ingress
rules:
- host: home.cluster.fun
@ -300,3 +302,13 @@ spec:
name: non-auth-proxy
port:
name: http
- host: mealie.cluster.fun
http:
paths:
- path: /
pathType: ImplementationSpecific
backend:
service:
name: non-auth-proxy
port:
name: http