chore: Update manifests after change

This commit is contained in:
2026-03-27 00:22:35 +00:00
parent 6c6f69ca49
commit 9606bd1b27
11 changed files with 84 additions and 36 deletions

View File

@@ -47,8 +47,7 @@ spec:
args:
- --log-level=info
- --log-format=text
- --interval=1m
- --source=ingress
- --interval=360m
- --source=crd
- --source=gateway-httproute
- --source=gateway-tlsroute
@@ -57,6 +56,7 @@ spec:
- --txt-owner-id=default
- --txt-prefix=k8s.
- --domain-filter=alexlebens.net
- --exclude-domains=alexlebens.dev
- --provider=webhook
- --ignore-ingress-tls-spec
ports:
@@ -81,8 +81,12 @@ spec:
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 5
resources:
requests:
cpu: 1m
memory: 80Mi
- name: webhook
image: ghcr.io/kashalls/external-dns-unifi-webhook:v0.8.2
image: ghcr.io/kashalls/external-dns-unifi-webhook:v0.8.2@sha256:7f0ddbbc83a36a2a9d762e25eef9cafcb3adf0493068a27d72ae71087eafe6f0
imagePullPolicy: IfNotPresent
env:
- name: UNIFI_HOST
@@ -93,7 +97,7 @@ spec:
key: api-key
name: external-dns-unifi-secret
- name: LOG_LEVEL
value: debug
value: info
ports:
- name: http-webhook
protocol: TCP
@@ -110,9 +114,9 @@ spec:
readinessProbe:
failureThreshold: 6
httpGet:
path: /readyz
path: /healthz
port: http-webhook
initialDelaySeconds: 10
initialDelaySeconds: 5
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 5