Adding other stuff
This commit is contained in:
parent
8786adba80
commit
3f9a581d86
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue