Added API subdomain
This commit is contained in:
parent
a86dc5d7cd
commit
9d1b714e94
@ -12,6 +12,7 @@ data:
|
||||
"home.auth-proxy.svc": "home.cluster.local",
|
||||
"home.cluster.fun": "home.cluster.local",
|
||||
"tasks.cluster.fun": "tasks.cluster.local"
|
||||
"api.tasks.cluster.fun": "api.tasks.cluster.local"
|
||||
"prometheus.auth-proxy.svc": "prometheus.cluster.local",
|
||||
"loki.auth-proxy.svc": "loki.cluster.local",
|
||||
"loki.auth-proxy.svc:80": "loki.cluster.local"
|
||||
@ -266,6 +267,7 @@ spec:
|
||||
- hosts:
|
||||
- home.cluster.fun
|
||||
- tasks.cluster.fun
|
||||
- api.tasks.cluster.fun
|
||||
secretName: non-auth-proxy-ingress
|
||||
rules:
|
||||
- host: home.cluster.fun
|
||||
@ -288,3 +290,13 @@ spec:
|
||||
name: non-auth-proxy
|
||||
port:
|
||||
name: http
|
||||
- host: api.tasks.cluster.fun
|
||||
http:
|
||||
paths:
|
||||
- path: /
|
||||
pathType: ImplementationSpecific
|
||||
backend:
|
||||
service:
|
||||
name: non-auth-proxy
|
||||
port:
|
||||
name: http
|
||||
|
Loading…
Reference in New Issue
Block a user