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"
|
||||
spec:
|
||||
rules:
|
||||
- host: adguard.k3s.beta
|
||||
- host: adguard.beta.entos
|
||||
http:
|
||||
paths:
|
||||
- path: /
|
||||
|
@ -4,15 +4,15 @@ metadata:
|
||||
name: longhorn-frontend
|
||||
namespace: longhorn-system
|
||||
annotations:
|
||||
kubernetes.io/ingress.class: "traefik"
|
||||
kubernetes.io/ingress.class: "traefik-inter"
|
||||
|
||||
spec:
|
||||
tls:
|
||||
- secretName: longhorn-beta-tls
|
||||
hosts:
|
||||
- longhorn.beta.halia.dev
|
||||
- longhorn.beta.entos
|
||||
rules:
|
||||
- host: longhorn.beta.halia.dev
|
||||
- host: longhorn.beta.entos
|
||||
http:
|
||||
paths:
|
||||
- path: /
|
||||
|
Loading…
Reference in New Issue
Block a user