create acme-dns deployment

This commit is contained in:
2026-04-06 13:09:46 -04:00
parent c4e3a846da
commit cab0ec4819
8 changed files with 119 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
---
# persistent volume
apiVersion: v1
kind: PersistentVolume
metadata:
name: acme-dns-pv-config-local
labels:
type: local
spec:
storageClassName: manual
capacity:
storage: 1Gi
accessModes:
- ReadWriteOnce
hostPath:
path: "/opt/data/T2/shared/acme-dns/config"