mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-06-26 14:19:38 +08:00
16 lines
230 B
YAML
16 lines
230 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: redis-service
|
|
labels:
|
|
app: redis
|
|
spec:
|
|
type: ClusterIP
|
|
selector:
|
|
app: redis
|
|
ports:
|
|
- name: redis-port
|
|
protocol: TCP
|
|
port: 16379
|
|
targetPort: 6379
|