Skip to content

Commit

Permalink
deploy(external-dns): start migrating to upstream chart and separate …
Browse files Browse the repository at this point in the history
  • Loading branch information
scottaubrey committed Nov 22, 2024
1 parent f16007b commit aedc3f2
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 0 deletions.
1 change: 1 addition & 0 deletions system/clusterclasses/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ resources:
- ../../infra
- ../../ack-system
- ../../database
- ../../external-dns
- ../../external-secrets
- ../../gitops-dashboard
- ../../gemini
Expand Down
6 changes: 6 additions & 0 deletions system/external-dns/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: external-dns
resources:
- namespace.yaml
- source.yaml
7 changes: 7 additions & 0 deletions system/external-dns/namespace.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
apiVersion: v1
kind: Namespace
metadata:
name: external-dns
annotations:
elifesciences.org/default-project: ${cluster_name}
8 changes: 8 additions & 0 deletions system/external-dns/source.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
apiVersion: source.toolkit.fluxcd.io/v1
kind: HelmRepository
metadata:
name: external-dns
spec:
interval: 5m
url: https://kubernetes-sigs.github.io/external-dns/

0 comments on commit aedc3f2

Please sign in to comment.