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
|
port: *port
|
||||||
route:
|
route:
|
||||||
app:
|
app:
|
||||||
hostnames: ["sh.${SECRET_EXTERNAL_DOMAIN}"]
|
annotations:
|
||||||
|
external-dns.alpha.kubernetes.io/hostname: &host sh.${SECRET_EXTERNAL_DOMAIN}
|
||||||
|
hostnames:
|
||||||
|
- *host
|
||||||
parentRefs:
|
parentRefs:
|
||||||
- name: internal
|
- name: internal
|
||||||
namespace: network
|
namespace: network
|
||||||
|
@@ -78,6 +78,8 @@ spec:
|
|||||||
cpu: 10m
|
cpu: 10m
|
||||||
limits:
|
limits:
|
||||||
memory: 100Mi
|
memory: 100Mi
|
||||||
|
extraArgs:
|
||||||
|
- --managed-record-types=A,AAAA
|
||||||
policy: upsert-only
|
policy: upsert-only
|
||||||
registry: noop
|
registry: noop
|
||||||
sources: ["gateway-httproute", "service"]
|
sources: ["gateway-httproute", "service"]
|
||||||
|
Reference in New Issue
Block a user