forked from k-space/kube
wildduck: Refined Dragonfly cleanup
This commit is contained in:
parent
b3f1eb069f
commit
4d5c47e21b
@ -177,8 +177,8 @@ spec:
|
||||
- name: REDIS_URI
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: dragonfly-auth
|
||||
key: REDIS_URI
|
||||
name: session-storage
|
||||
key: REDIS_WILDDUCK_URI
|
||||
- name: MONGO_URI
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
|
42
wildduck/session-storage.yaml
Normal file
42
wildduck/session-storage.yaml
Normal 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
|
@ -1,28 +0,0 @@
|
||||
---
|
||||
apiVersion: codemowers.cloud/v1beta1
|
||||
kind: SecretClaim
|
||||
metadata:
|
||||
name: dragonfly-auth
|
||||
spec:
|
||||
size: 32
|
||||
mapping:
|
||||
- key: password
|
||||
value: "%(plaintext)s"
|
||||
- key: REDIS_WILDDUCK_URI
|
||||
value: "redis://:%(plaintext)s@dragonfly/1"
|
||||
- key: REDIS_WILDFLOCK_URI
|
||||
value: "redis://:%(plaintext)s@dragonfly/2"
|
||||
---
|
||||
apiVersion: dragonflydb.io/v1alpha1
|
||||
kind: Dragonfly
|
||||
metadata:
|
||||
name: dragonfly
|
||||
spec:
|
||||
authentication:
|
||||
passwordFromSecret:
|
||||
key: password
|
||||
name: dragonfly-auth
|
||||
replicas: 3
|
||||
resources:
|
||||
limits:
|
||||
memory: 1Gi
|
@ -88,8 +88,8 @@ spec:
|
||||
- name: APPCONF_dbs_redis
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: dragonfly-auth
|
||||
key: REDIS_URI
|
||||
name: session-storage
|
||||
key: REDIS_WEBMAIL_URI
|
||||
volumes:
|
||||
- name: webmail-config
|
||||
projected:
|
||||
|
@ -92,7 +92,7 @@ spec:
|
||||
- name: APPCONF_dbs_redis
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: dragonfly-auth
|
||||
name: session-storage
|
||||
key: REDIS_WILDDUCK_URI
|
||||
volumeMounts:
|
||||
- mountPath: /cert
|
||||
|
@ -96,7 +96,7 @@ spec:
|
||||
- name: REDIS_URL
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: dragonfly-auth
|
||||
name: session-storage
|
||||
key: REDIS_WILDFLOCK_URI
|
||||
- name: CLIENT_URL
|
||||
value: https://wildflock.k-space.ee
|
||||
|
@ -125,8 +125,8 @@ spec:
|
||||
- name: APPCONF_dbs_redis
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: dragonfly-auth
|
||||
key: REDIS_URI
|
||||
name: session-storage
|
||||
key: REDIS_WILDDUCK_URI
|
||||
volumeMounts:
|
||||
- name: cert
|
||||
mountPath: /cert
|
||||
|
Loading…
Reference in New Issue
Block a user