mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-06-26 14:19:38 +08:00
8 lines
140 B
YAML
8 lines
140 B
YAML
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: openim-redis-secret
|
|
type: Opaque
|
|
data:
|
|
redis-password: b3BlbklNMTIz # "openIM123" in base64
|