Re-enable Grafana Oncall

Setting redis `nodeSelector` as per [Bitnami
chart](https://github.com/bitnami/charts/blob/main/bitnami/redis/values.yaml)
This commit is contained in:
Jack Jackson 2023-07-26 21:06:51 -07:00
parent 9fdb389814
commit f2cd112341

View File

@ -206,65 +206,69 @@ spec:
syncOptions: syncOptions:
- CreateNamespace=true - CreateNamespace=true
- Replace=true - Replace=true
# --- ---
# apiVersion: argoproj.io/v1alpha1 apiVersion: argoproj.io/v1alpha1
# kind: Application kind: Application
# metadata: metadata:
# name: grafana-oncall name: grafana-oncall
# namespace: argo namespace: argo
# finalizers: finalizers:
# - resources-finalizer.argocd.argoproj.io - resources-finalizer.argocd.argoproj.io
# spec: spec:
# project: default project: default
# source: source:
# chart: oncall chart: oncall
# repoURL: https://grafana.github.io/helm-charts repoURL: https://grafana.github.io/helm-charts
# targetRevision: "1.3.3" targetRevision: "1.3.3"
# helm: helm:
# values: | values: |
# global: global:
# storage_class: longhorn storage_class: longhorn
# base_url: grafana.avril base_url: grafana.avril
# externalGrafana: externalGrafana:
# url: http://grafana.avril url: http://grafana.avril
# fullnameOverride: "oncall-ovrd" # Without this, there are clashes between resources (ServiceAccounts, Secrets) that are similarly named between Oncall itself and the underlying Grafana templates. Also this needs to b e short otherwise the batch jobs created have names that are too long fullnameOverride: "oncall-ovrd" # Without this, there are clashes between resources (ServiceAccounts, Secrets) that are similarly named between Oncall itself and the underlying Grafana templates. Also this needs to b e short otherwise the batch jobs created have names that are too long
# cert-manager: cert-manager:
# enabled: false enabled: false
# grafana: grafana:
# enabled: false enabled: false
# ingress: ingress:
# enabled: false enabled: false
# ingress-nginx: ingress-nginx:
# enabled: false enabled: false
# database: database:
# # can be either mysql or postgresql # can be either mysql or postgresql
# type: postgresql type: postgresql
# mariadb: mariadb:
# enabled: false enabled: false
# postgresql: postgresql:
# enabled: true enabled: true
# engine: engine:
# nodeSelector: nodeSelector:
# kubernetes.io/arch: amd64 kubernetes.io/arch: amd64
# celery: redis:
# nodeSelector: master:
# kubernetes.io/arch: amd64 nodeSelector:
kubernetes.io/arch: amd64
replica:
nodeSelector:
kubernetes.io/arch: amd64
# 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
--- ---
#apiVersion: argoproj.io/v1alpha1 #apiVersion: argoproj.io/v1alpha1
#kind: Application #kind: Application