fix(domain name): Fix domain name for internal services
The new internal domain name is *.beta.entos, as documented in the README.md file. Updating ingresses to reflect the documentation.
This commit is contained in:
parent
c876c2ef28
commit
fb31876058
@ -6,7 +6,7 @@ metadata:
|
|||||||
kubernetes.io/ingress.class: "traefik"
|
kubernetes.io/ingress.class: "traefik"
|
||||||
spec:
|
spec:
|
||||||
rules:
|
rules:
|
||||||
- host: adguard.k3s.beta
|
- host: adguard.beta.entos
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
|
@ -4,15 +4,15 @@ metadata:
|
|||||||
name: longhorn-frontend
|
name: longhorn-frontend
|
||||||
namespace: longhorn-system
|
namespace: longhorn-system
|
||||||
annotations:
|
annotations:
|
||||||
kubernetes.io/ingress.class: "traefik"
|
kubernetes.io/ingress.class: "traefik-inter"
|
||||||
|
|
||||||
spec:
|
spec:
|
||||||
tls:
|
tls:
|
||||||
- secretName: longhorn-beta-tls
|
- secretName: longhorn-beta-tls
|
||||||
hosts:
|
hosts:
|
||||||
- longhorn.beta.halia.dev
|
- longhorn.beta.entos
|
||||||
rules:
|
rules:
|
||||||
- host: longhorn.beta.halia.dev
|
- host: longhorn.beta.entos
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
|
Loading…
Reference in New Issue
Block a user