mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
fix: opnsense-dns
This commit is contained in:
@@ -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
|
||||
|
@@ -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"]
|
||||
|
Reference in New Issue
Block a user