Disable grafana
This commit is contained in:
parent
160a204a28
commit
5e37beb9fb
@ -103,42 +103,42 @@ spec:
|
|||||||
prune: true
|
prune: true
|
||||||
syncOptions:
|
syncOptions:
|
||||||
- CreateNamespace=true
|
- CreateNamespace=true
|
||||||
---
|
# ---
|
||||||
apiVersion: argoproj.io/v1alpha1
|
# apiVersion: argoproj.io/v1alpha1
|
||||||
kind: Application
|
# kind: Application
|
||||||
metadata:
|
# metadata:
|
||||||
name: grafana
|
# name: grafana
|
||||||
namespace: argo
|
# namespace: argo
|
||||||
spec:
|
# spec:
|
||||||
project: default
|
# project: default
|
||||||
|
|
||||||
source:
|
# source:
|
||||||
chart: grafana
|
# chart: grafana
|
||||||
repoURL: https://grafana.github.io/helm-charts
|
# repoURL: https://grafana.github.io/helm-charts
|
||||||
targetRevision: "6.49.0"
|
# targetRevision: "6.49.0"
|
||||||
|
|
||||||
helm:
|
# helm:
|
||||||
parameters:
|
# parameters:
|
||||||
- name: image.tag
|
# - name: image.tag
|
||||||
value: "9.3.2"
|
# value: "9.3.2"
|
||||||
- name: ingress.enabled
|
# - name: ingress.enabled
|
||||||
value: "true"
|
# value: "true"
|
||||||
- name: ingress.hosts[0]
|
# - name: ingress.hosts[0]
|
||||||
value: grafana.avril
|
# value: grafana.avril
|
||||||
- name: persistence.enabled
|
# - name: persistence.enabled
|
||||||
value: "true"
|
# value: "true"
|
||||||
- name: persistence.storageClassName
|
# - name: persistence.storageClassName
|
||||||
value: longhorn
|
# value: longhorn
|
||||||
|
|
||||||
destination:
|
# destination:
|
||||||
server: "https://kubernetes.default.svc"
|
# server: "https://kubernetes.default.svc"
|
||||||
namespace: grafana
|
# namespace: grafana
|
||||||
|
|
||||||
syncPolicy:
|
# syncPolicy:
|
||||||
automated:
|
# automated:
|
||||||
prune: true
|
# prune: true
|
||||||
syncOptions:
|
# syncOptions:
|
||||||
- CreateNamespace=true
|
# - CreateNamespace=true
|
||||||
---
|
---
|
||||||
# TODO - use Jsonnet or similar to automate building this from all the directories
|
# TODO - use Jsonnet or similar to automate building this from all the directories
|
||||||
# (and pull out the common config)
|
# (and pull out the common config)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user