Compare commits
4 Commits
a14c76f92b
...
8b1765c005
| Author | SHA1 | Date | |
|---|---|---|---|
| 8b1765c005 | |||
| 30dafdd38e | |||
| d6e9e78cd3 | |||
| b91ad09268 |
@@ -20,5 +20,6 @@ spec:
|
||||
hostname: headlamp.alexlebens.net
|
||||
tls:
|
||||
certificateRefs:
|
||||
- kind: Secret
|
||||
- group: ''
|
||||
kind: Secret
|
||||
name: headlamp-gateway-cert
|
||||
|
||||
@@ -11,7 +11,9 @@ metadata:
|
||||
app.kubernetes.io/part-of: {{ .Release.Name }}
|
||||
spec:
|
||||
parentRefs:
|
||||
- name: headlamp-gateway
|
||||
- group: gateway.networking.k8s.io
|
||||
kind: Gateway
|
||||
name: headlamp-gateway
|
||||
hostnames:
|
||||
- headlamp.alexlebens.net
|
||||
rules:
|
||||
@@ -20,5 +22,7 @@ spec:
|
||||
type: PathPrefix
|
||||
value: /
|
||||
backendRefs:
|
||||
- name: headlamp
|
||||
- group: ''
|
||||
kind: Service
|
||||
name: headlamp
|
||||
port: 80
|
||||
|
||||
@@ -106,9 +106,9 @@ blocky:
|
||||
authentik IN CNAME cl01tl-endpoint
|
||||
gitea IN CNAME cl01tl-endpoint
|
||||
harbor IN CNAME cl01tl-endpoint
|
||||
vault IN CNAME cl01tl-endpoint
|
||||
plex IN CNAME cl01tl-endpoint
|
||||
headlamp IN CNAME cl01tl-endpoint
|
||||
jellyfin IN CNAME cl01tl-endpoint
|
||||
vault IN CNAME cl01tl-endpoint
|
||||
|
||||
blocking:
|
||||
denylists:
|
||||
|
||||
@@ -6,6 +6,8 @@ external-dns-unifi:
|
||||
sources:
|
||||
- ingress
|
||||
- crd
|
||||
- gateway-httproute
|
||||
- gateway-tlsroute
|
||||
policy: sync
|
||||
registry: txt
|
||||
txtOwnerId: default
|
||||
|
||||
@@ -79,9 +79,9 @@ customDNS:
|
||||
authentik IN CNAME cl01tl-endpoint
|
||||
gitea IN CNAME cl01tl-endpoint
|
||||
harbor IN CNAME cl01tl-endpoint
|
||||
vault IN CNAME cl01tl-endpoint
|
||||
plex IN CNAME cl01tl-endpoint
|
||||
headlamp IN CNAME cl01tl-endpoint
|
||||
jellyfin IN CNAME cl01tl-endpoint
|
||||
vault IN CNAME cl01tl-endpoint
|
||||
|
||||
blocking:
|
||||
denylists:
|
||||
|
||||
@@ -79,9 +79,9 @@ customDNS:
|
||||
authentik IN CNAME cl01tl-endpoint
|
||||
gitea IN CNAME cl01tl-endpoint
|
||||
harbor IN CNAME cl01tl-endpoint
|
||||
vault IN CNAME cl01tl-endpoint
|
||||
plex IN CNAME cl01tl-endpoint
|
||||
headlamp IN CNAME cl01tl-endpoint
|
||||
jellyfin IN CNAME cl01tl-endpoint
|
||||
vault IN CNAME cl01tl-endpoint
|
||||
|
||||
blocking:
|
||||
denylists:
|
||||
|
||||
Reference in New Issue
Block a user