Some backups?
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
bbe6e8eadc
commit
21ba75a5f6
1 changed files with 29 additions and 0 deletions
29
everything-app/k8up.yaml
Normal file
29
everything-app/k8up.yaml
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
apiVersion: argoproj.io/v1alpha1
|
||||||
|
kind: Application
|
||||||
|
metadata:
|
||||||
|
name: k8up
|
||||||
|
namespace: argocd
|
||||||
|
spec:
|
||||||
|
destination:
|
||||||
|
namespace: k8up
|
||||||
|
server: https://kubernetes.default.svc
|
||||||
|
project: default
|
||||||
|
source:
|
||||||
|
chart: k8up
|
||||||
|
helm:
|
||||||
|
parameters:
|
||||||
|
- name: metrics.prometheusRule.createDefaultRules
|
||||||
|
value: "false"
|
||||||
|
- name: k8up.skipWithoutAnnotation
|
||||||
|
value: "true"
|
||||||
|
values: |-
|
||||||
|
k8up:
|
||||||
|
envVars:
|
||||||
|
- name: PROM_URL
|
||||||
|
value: ""
|
||||||
|
repoURL: https://k8up-io.github.io/k8up
|
||||||
|
targetRevision: 4.8.4
|
||||||
|
syncPolicy:
|
||||||
|
automated:
|
||||||
|
prune: true
|
||||||
|
selfHeal: true
|
Loading…
Add table
Reference in a new issue