forked from k-space/kube
migrate to new passmower
This commit is contained in:
34
passmower/dragonfly.yaml
Normal file
34
passmower/dragonfly.yaml
Normal file
@@ -0,0 +1,34 @@
|
||||
---
|
||||
apiVersion: codemowers.cloud/v1beta1
|
||||
kind: SecretClaim
|
||||
metadata:
|
||||
name: dragonfly-auth
|
||||
namespace: passmower
|
||||
spec:
|
||||
size: 32
|
||||
mapping:
|
||||
- key: password
|
||||
value: "%(plaintext)s"
|
||||
- key: REDIS_URI
|
||||
value: "redis://:%(plaintext)s@redis"
|
||||
---
|
||||
apiVersion: dragonflydb.io/v1alpha1
|
||||
kind: Dragonfly
|
||||
metadata:
|
||||
name: redis
|
||||
namespace: passmower
|
||||
status:
|
||||
phase: ready
|
||||
spec:
|
||||
authentication:
|
||||
passwordFromSecret:
|
||||
key: password
|
||||
name: dragonfly-auth
|
||||
replicas: 3
|
||||
resources:
|
||||
limits:
|
||||
cpu: 600m
|
||||
memory: 750Mi
|
||||
requests:
|
||||
cpu: 500m
|
||||
memory: 500Mi
|
Reference in New Issue
Block a user