diff --git a/charts/dns/Chart.yaml b/charts/dns/Chart.yaml index e69de29..79489eb 100644 --- a/charts/dns/Chart.yaml +++ b/charts/dns/Chart.yaml @@ -0,0 +1,5 @@ +apiVersion: v2 +name: home-server-dns +description: Deploys the DNS setup +type: application +version: 0.1.0 diff --git a/charts/dns/values.yaml b/charts/dns/values.yaml new file mode 100644 index 0000000..d36eb41 --- /dev/null +++ b/charts/dns/values.yaml @@ -0,0 +1,2 @@ +domain: "auth.dev.hxme.net" +certSecretName: "wildcard-hxme-net"