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