Compare commits
2 commits
e681bfc09d
...
fb710b5d72
Author | SHA1 | Date | |
---|---|---|---|
fb710b5d72 | |||
e692ec7c9f |
2 changed files with 10 additions and 0 deletions
|
@ -23,6 +23,8 @@ spec:
|
|||
passwordKey: admin-password
|
||||
service:
|
||||
type: LoadBalancer
|
||||
annotations:
|
||||
external-dns.alpha.kubernetes.io/hostname: "grafana.hxme.net"
|
||||
datasources:
|
||||
datasources.yaml:
|
||||
apiVersion: 1
|
||||
|
|
|
@ -12,3 +12,11 @@ metadata:
|
|||
spec:
|
||||
url: https://grafana.github.io/helm-charts
|
||||
interval: 1h
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: wildcard-hxme-net
|
||||
namespace: monitoring
|
||||
annotations:
|
||||
replicator.v1.mittwald.de/replicate-from: cert-manager/wildcard-hxme-net
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue