add k8up
This commit is contained in:
32
infra/controllers/k8up.yaml
Normal file
32
infra/controllers/k8up.yaml
Normal file
@@ -0,0 +1,32 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: k8up
|
||||
---
|
||||
apiVersion: source.toolkit.fluxcd.io/v1
|
||||
kind: HelmRepository
|
||||
metadata:
|
||||
name: k8up-io
|
||||
namespace: k8up
|
||||
spec:
|
||||
interval: 24h
|
||||
url: https://k8up-io.github.io/k8up
|
||||
---
|
||||
apiVersion: helm.toolkit.fluxcd.io/v2
|
||||
kind: HelmRelease
|
||||
metadata:
|
||||
name: k8up
|
||||
namespace: k8up
|
||||
spec:
|
||||
interval: 30m
|
||||
chart:
|
||||
spec:
|
||||
chart: k8up
|
||||
version: 4.8.3
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: k8up-io
|
||||
namespace: k8up
|
||||
interval: 12h
|
||||
values: {}
|
||||
Reference in New Issue
Block a user