Configure external-dns to create docker sub domain rcords and https listener

This commit is contained in:
Olu Shiyanbade
2022-08-26 20:42:13 +01:00
parent a0318927b0
commit e3af231002
7 changed files with 123 additions and 34 deletions

View File

@@ -8,3 +8,8 @@ kind: Namespace
metadata:
name: {{ .Values.namespaces.cloudwatchNs }}
---
apiVersion: v1
kind: Namespace
metadata:
name: {{ .Values.namespaces.externaldnsNs }}
---