gitops/cert-manager: add dns challenger cluster issuer, add

deployment/service with socat proxy that works around my internet
provider's medling into dns traffic on port 53.
This commit is contained in:
Jan Novak
2026-02-20 02:11:50 +01:00
parent 409f8247e6
commit 1cd7625220
5 changed files with 92 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
apiVersion: v1
kind: Service
metadata:
name: dns-update-proxy
namespace: cert-manager
spec:
selector:
app: dns-update-proxy
ports:
- name: dns-tcp
port: 53
targetPort: 53
protocol: TCP
- name: dns-udp
port: 53
targetPort: 53
protocol: UDP