Add monitoring namespace and configure Grafana ingress settings
This commit is contained in:
parent
8b1e9971d2
commit
1c432d038d
@ -1,3 +1,10 @@
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: monitoring
|
||||
labels:
|
||||
pod-security.kubernetes.io/enforce: privileged
|
||||
---
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
@ -28,6 +35,12 @@ spec:
|
||||
enabled: false
|
||||
grafana:
|
||||
enabled: true
|
||||
ingress:
|
||||
enabled: true
|
||||
annotations:
|
||||
traefik.ingress.kubernetes.io/router.entrypoints: web
|
||||
hosts:
|
||||
- grafana.noxxos.nl
|
||||
kubeProxy:
|
||||
enabled: false
|
||||
kubeEtcd:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user