fix: opnsense-dns

This commit is contained in:
auricom
2025-08-21 09:08:40 +02:00
parent 2f13468c4a
commit 5eeae9bf00
2 changed files with 6 additions and 1 deletions

View File

@@ -70,7 +70,10 @@ spec:
port: *port
route:
app:
hostnames: ["sh.${SECRET_EXTERNAL_DOMAIN}"]
annotations:
external-dns.alpha.kubernetes.io/hostname: &host sh.${SECRET_EXTERNAL_DOMAIN}
hostnames:
- *host
parentRefs:
- name: internal
namespace: network

View File

@@ -78,6 +78,8 @@ spec:
cpu: 10m
limits:
memory: 100Mi
extraArgs:
- --managed-record-types=A,AAAA
policy: upsert-only
registry: noop
sources: ["gateway-httproute", "service"]