create acme-dns deployment
This commit is contained in:
17
ansible-5/roles/prod.k3s/templates/acme-dns/service-dns.yaml
Normal file
17
ansible-5/roles/prod.k3s/templates/acme-dns/service-dns.yaml
Normal 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
|
||||
Reference in New Issue
Block a user