blob: 6c0f3d7a01bbfb6c82188c960d85b8bac2e0c5e2 [file] [log] [blame]
gioe72b54f2024-04-22 10:44:41 +04001image:
2 repository: giolekva/dns-api
3 tag: latest
4 pullPolicy: Always
5config: "coredns.conf"
6db: "records.db"
7zone: "example.com"
8publicIP: "1.2.3.4,5.6.7.8"
9privateIP: "10.0.1.0"
10nameserverIP: "4.3.2.1,8.7.6.5"
11volume:
12 claimName: "data"
13 mountPath: "/pcloud"
14service:
15 type: "ClusterIP"
16 annotations: {}