feat: migrate to ingress-route

This commit is contained in:
auricom
2021-08-14 14:56:24 +02:00
parent 248e40c05c
commit 8aecf3a4e6
4 changed files with 26 additions and 26 deletions

View File

@@ -50,9 +50,14 @@ spec:
paths:
- path: /
pathType: Prefix
- host: "services.${SECRET_CLUSTER_DOMAIN}"
paths:
- path: /
pathType: Prefix
tls:
- hosts:
- "homer.${SECRET_CLUSTER_DOMAIN}"
- "services.${SECRET_CLUSTER_DOMAIN}"
secretName: "${SECRET_CLUSTER_CERTIFICATE_DEFAULT}"
addons: