mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-07-12 16:13:29 +08:00
10 lines
160 B
YAML
10 lines
160 B
YAML
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: openim-api-tls
|
|
namespace: default
|
|
type: kubernetes.io/tls
|
|
stringData:
|
|
tls.crt: <tls.crt>
|
|
tls.key: <tls.key>
|