Remove Oncall - still need postgres password passthrough

This commit is contained in:
Jack Jackson 2023-07-26 21:48:38 -07:00
parent f2cd112341
commit f22892e482

View File

@ -207,69 +207,69 @@ spec:
- 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
redis: # redis:
master: # master:
nodeSelector: # nodeSelector:
kubernetes.io/arch: amd64 # kubernetes.io/arch: amd64
replica: # replica:
nodeSelector: # nodeSelector:
kubernetes.io/arch: amd64 # 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
#metadata: #metadata: