create acme-dns deployment
This commit is contained in:
13
ansible-5/roles/prod.k3s/templates/acme-dns/service.yaml
Normal file
13
ansible-5/roles/prod.k3s/templates/acme-dns/service.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: acme-dns-api
|
||||
namespace: "{{apps.acme_dns.namespace}}"
|
||||
spec:
|
||||
selector:
|
||||
app: acme-dns
|
||||
ports:
|
||||
- port: 80
|
||||
targetPort: 80
|
||||
|
||||
Reference in New Issue
Block a user