2023-03-27 14:41:43 +00:00
|
|
|
apiVersion: v1
|
|
|
|
kind: Service
|
|
|
|
metadata:
|
|
|
|
annotations:
|
|
|
|
labels:
|
|
|
|
app: redis
|
|
|
|
name: redis
|
|
|
|
spec:
|
|
|
|
ports:
|
2023-03-29 15:45:59 +00:00
|
|
|
- name: redis-port
|
2023-03-27 14:41:43 +00:00
|
|
|
nodePort: 30379
|
|
|
|
port: 6379
|
2023-03-29 15:45:59 +00:00
|
|
|
protocol: TCP
|
|
|
|
targetPort: 6379
|
2023-03-27 14:41:43 +00:00
|
|
|
selector:
|
|
|
|
app: redis
|
|
|
|
type: NodePort
|