fix(readeck): add Tailscale FQDN to hosts

This commit is contained in:
JJGadgets
2024-01-15 13:18:42 +08:00
parent 07b75fd671
commit fb4e37abca

View File

@@ -22,6 +22,7 @@ spec:
labels:
ingress.home.arpa/nginx-internal: "allow"
db.home.arpa/pg: "pg-default"
tailscale.com/expose: "true"
containers:
main:
image: &img
@@ -78,7 +79,7 @@ spec:
primary: false
className: "tailscale"
hosts:
- host: &ts "r"
- host: &ts "r.${DNS_TS}"
paths: *path
tls:
- hosts: [*ts]