Skip to content

Commit

Permalink
Adding Grafana externalDNS
Browse files Browse the repository at this point in the history
  • Loading branch information
danmanners committed Sep 11, 2023
1 parent b8aa2da commit eb8596b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
apiVersion: v1
kind: Service
metadata:
name: grafana-extname
annotations:
external-dns.alpha.kubernetes.io/hostname: grafana.homelab.danmanners.com
external-dns.alpha.kubernetes.io/ttl: "300"
spec:
type: ExternalName
externalName: nginx.homelab.danmanners.com
sessionAffinity: None
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ helmCharts:

resources:
- ns.yaml
- external-dns.yaml

components:
- crds

0 comments on commit eb8596b

Please sign in to comment.