Adding other stuff

This commit is contained in:
Moritz Graf 2024-09-04 21:03:38 +02:00
parent 8786adba80
commit 3f9a581d86
2 changed files with 4 additions and 4 deletions

View File

@ -18,6 +18,7 @@ kubeProxy:
prometheus:
prometheusSpec:
serviceMonitorSelector: {}
# shards: null
# https://github.com/prometheus-community/helm-charts/blob/main/charts/kube-prometheus-stack/values.yaml#L2681
# additionalScrapeConfigs:
@ -71,7 +72,6 @@ prometheus:
nginx.ingress.kubernetes.io/force-ssl-redirect: "true"
cert-manager.io/cluster-issuer: "letsencrypt-prod"
# see https://kubernetes.github.io/ingress-nginx/examples/auth/basic/
nginx.ingress.kubernetes.io/auth-type: basic
nginx.ingress.kubernetes.io/auth-secret: prometheus-auth
nginx.ingress.kubernetes.io/auth-realm: 'Authentication Required - jamaan'
# prometheusSpec:

View File

@ -18,10 +18,10 @@ spec:
mountPath: /rclone.secret
subPath: "rclone.secret"
command:
- "/bin/bash"
- "-c"
- "devbox"
- "run"
args:
- "/bin/rclone --config /rclone.secret -v copy minio:backup/ dropbox:server_backup/velero/"
- "rclone --config /rclone.secret -v copy minio:backup/ dropbox:server_backup/velero/"
volumes:
- name: rclone-config
secret: