enable persistance, replpication, and resources to valkey instances
This commit is contained in:
@@ -103,18 +103,29 @@ postiz:
|
||||
- path: /uploads
|
||||
readOnly: false
|
||||
valkey:
|
||||
architecture: standalone
|
||||
architecture: replication
|
||||
auth:
|
||||
enabled: true
|
||||
existingSecret: postiz-valkey-config
|
||||
existingSecretPasswordKey: password
|
||||
usePasswordFiles: false
|
||||
primary:
|
||||
resources:
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 64Mi
|
||||
persistence:
|
||||
enabled: false
|
||||
enabled: true
|
||||
size: 1Gi
|
||||
replica:
|
||||
replicaCount: 1
|
||||
resources:
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 64Mi
|
||||
persistence:
|
||||
enabled: false
|
||||
enabled: true
|
||||
size: 1Gi
|
||||
cloudflared:
|
||||
name: cloudflared-postiz
|
||||
existingSecretName: postiz-cloudflared-secret
|
||||
|
Reference in New Issue
Block a user