add automatic dns updates
This commit is contained in:
18
kluster-deployments/ddns/application.yaml
Normal file
18
kluster-deployments/ddns/application.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
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
|
4
kluster-deployments/ddns/kustomization.yaml
Normal file
4
kluster-deployments/ddns/kustomization.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- application.yaml
|
@@ -11,6 +11,7 @@ resources:
|
||||
|
||||
# infrastructure apps
|
||||
- projects.yaml
|
||||
- ddns/
|
||||
- nfs/
|
||||
- backup/
|
||||
- pg-ha/
|
||||
|
Reference in New Issue
Block a user