create acme-dns deployment

This commit is contained in:
2026-04-13 22:20:35 -04:00
parent cab0ec4819
commit ef94e5519a
4 changed files with 62 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
---
apiVersion: v1
kind: Service
metadata:
name: acme-dns-dns
namespace: "{{apps.acme_dns.namespace}}"
spec:
# allocateLoadBalancerNodePorts: true
# clusterIP: None
type: LoadBalancer
selector:
app: acme-dns
ports:
- port: 10053
targetPort: 53
protocol: TCP