Reorganized dragonfly operator
This commit is contained in:
parent
5d38d90552
commit
ef2e12f84c
28
clusters/titan.lan.huizinga.dev/infra/dragonflydb.yaml
Normal file
28
clusters/titan.lan.huizinga.dev/infra/dragonflydb.yaml
Normal file
|
@ -0,0 +1,28 @@
|
|||
apiVersion: source.toolkit.fluxcd.io/v1
|
||||
kind: GitRepository
|
||||
metadata:
|
||||
name: dragonflydb
|
||||
namespace: flux-system
|
||||
spec:
|
||||
interval: 15m0s
|
||||
ref:
|
||||
tag: v1.1.8
|
||||
url: https://github.com/dragonflydb/dragonfly-operator
|
||||
ignore: |
|
||||
/*
|
||||
!/manifests/dragonfly-operator.yaml
|
||||
---
|
||||
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||||
kind: Kustomization
|
||||
metadata:
|
||||
name: dragonflydb
|
||||
namespace: flux-system
|
||||
spec:
|
||||
interval: 15m
|
||||
path: ./manifests
|
||||
prune: true
|
||||
timeout: 2m
|
||||
sourceRef:
|
||||
kind: GitRepository
|
||||
name: dragonflydb
|
||||
wait: true
|
|
@ -2,7 +2,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
|||
kind: Kustomization
|
||||
resources:
|
||||
- ./node-feature-discovery
|
||||
- https://raw.githubusercontent.com/dragonflydb/dragonfly-operator/refs/tags/v1.1.8/manifests/dragonfly-operator.yaml
|
||||
- https://github.com/kubernetes-csi/external-snapshotter//client/config/crd?ref=v8.2.0
|
||||
- https://github.com/kubernetes-csi/external-snapshotter//deploy/kubernetes/snapshot-controller?ref=v8.2.0
|
||||
- https://github.com/kubernetes-sigs/descheduler/kubernetes/cronjob?ref=release-1.32
|
||||
|
|
Loading…
Reference in New Issue
Block a user