mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-30 17:13:15 +00:00
12 lines
180 B
YAML
12 lines
180 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: redis-service
|
|
spec:
|
|
selector:
|
|
app: redis
|
|
ports:
|
|
- protocol: TCP
|
|
port: 6379
|
|
targetPort: 6379
|
|
type: ClusterIP |