forked from k-space/kube
		
	eaas: dragonfly has 1 rw instance and applications don't realize and change over from ro to rw when the leader changes.
		
			
				
	
	
		
			24 lines
		
	
	
		
			657 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			657 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| # See [/dragonfly/README.md](/dragonfly-operator-system/README.md)
 | |
| ---
 | |
| apiVersion: argoproj.io/v1alpha1
 | |
| kind: Application
 | |
| metadata:
 | |
|   name: dragonfly # replaces redis and keydb
 | |
|   namespace: argocd
 | |
| spec:
 | |
|   project: k-space.ee
 | |
|   source:
 | |
|     repoURL: https://github.com/dragonflydb/dragonfly-operator
 | |
|     targetRevision: v1.1.11 # https://github.com/dragonflydb/dragonfly-operator/releases
 | |
|     path: manifests
 | |
|     directory:
 | |
|       include: 'dragonfly-operator.yaml'
 | |
|   destination:
 | |
|     server: 'https://kubernetes.default.svc'
 | |
|     namespace: dragonfly-operator-system
 | |
|   syncPolicy:
 | |
|     automated:
 | |
|       prune: true
 | |
|     syncOptions:
 | |
|       - CreateNamespace=true
 |