Upload files to "/"

This commit is contained in:
2026-02-10 11:18:24 +00:00
parent 906f21b213
commit 97b553eece
2 changed files with 76 additions and 0 deletions

28
redis.yaml Normal file
View File

@@ -0,0 +1,28 @@
---
apiVersion: secretgenerator.mittwald.de/v1alpha1
kind: StringSecret
metadata:
name: memelord-sala-redis
spec:
fields:
- fieldName: redis-password
length: "32"
encoding: hex
---
apiVersion: dragonflydb.io/v1alpha1
kind: Dragonfly
metadata:
name: memelord-sala-redis
spec:
authentication:
passwordFromSecret:
name: memelord-sala-redis
key: redis-password
replicas: 1
resources:
requests:
cpu: 500m
memory: 500Mi
limits:
cpu: 600m
memory: 750Mi