Deploy full on octodns

This commit is contained in:
2024-01-11 21:57:02 +01:00
parent 6a58ea337e
commit 28ff769757
9 changed files with 3 additions and 122 deletions

View File

@@ -1,18 +0,0 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: ddns-application
namespace: argocd
spec:
project: infrastructure
source:
repoURL: git@github.com:moll-re/bootstrap-k3s-infra.git
targetRevision: main
path: infrastructure/ddns
destination:
server: https://kubernetes.default.svc
namespace: ddns
syncPolicy:
automated:
prune: true
selfHeal: true

View File

@@ -1,4 +0,0 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- application.yaml

View File

@@ -11,7 +11,6 @@ resources:
# infrastructure apps
- projects.yaml
- ddns/
- nfs/
- backup/
- pg-ha/