add auth for valkey
This commit is contained in:
@@ -98,6 +98,16 @@ directus:
|
||||
value: site-profile-valkey-master
|
||||
- name: REDIS_PORT
|
||||
value: 6379
|
||||
- name: REDIS_USERNAME
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: directus-valkey-config
|
||||
key: user
|
||||
- name: REDIS_PASSWORD
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: directus-valkey-config
|
||||
key: password
|
||||
- name: STORAGE_LOCATIONS
|
||||
value: LOCAL
|
||||
- name: STORAGE_LOCAL_DRIVER
|
||||
@@ -180,6 +190,8 @@ valkey:
|
||||
architecture: standalone
|
||||
auth:
|
||||
enabled: true
|
||||
existingSecret: directus-valkey-config
|
||||
existingSecretPasswordKey: password
|
||||
cloudflared:
|
||||
name: cloudflared
|
||||
existingSecretName: site-profile-cloudflared-api-secret
|
||||
|
Reference in New Issue
Block a user