wildduck: Refined Dragonfly cleanup

This commit is contained in:
2024-08-15 09:49:48 +03:00
parent b3f1eb069f
commit 4d5c47e21b
7 changed files with 50 additions and 36 deletions

View File

@@ -0,0 +1,42 @@
---
apiVersion: codemowers.cloud/v1beta1
kind: SecretClaim
metadata:
name: session-storage
spec:
size: 32
mapping:
- key: password
value: "%(plaintext)s"
- key: REDIS_WILDDUCK_URI
value: "redis://:%(plaintext)s@session-storage/1"
- key: REDIS_WEBMAIL_URI
value: "redis://:%(plaintext)s@session-storage/2"
- key: REDIS_WILDFLOCK_URI
value: "redis://:%(plaintext)s@session-storage/2"
---
apiVersion: dragonflydb.io/v1alpha1
kind: Dragonfly
metadata:
name: session-storage
spec:
authentication:
passwordFromSecret:
key: password
name: session-storage
replicas: 3
resources:
limits:
memory: 1Gi
---
apiVersion: monitoring.coreos.com/v1
kind: PodMonitor
metadata:
name: session-storage
spec:
selector:
matchLabels:
app: session-storage
app.kubernetes.io/part-of: dragonfly
podMetricsEndpoints:
- port: admin