update redis-stack
parent
e1467e64e3
commit
08fe34afce
|
@ -81,7 +81,7 @@ spec:
|
|||
- port: 6379
|
||||
protocol: TCP
|
||||
targetPort: 6379
|
||||
nodePort: 30013
|
||||
nodePort: 30015
|
||||
selector:
|
||||
app: redis-stack
|
||||
type: NodePort
|
||||
|
|
|
@ -75,13 +75,13 @@ spec:
|
|||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: redis-stack
|
||||
name: redis
|
||||
spec:
|
||||
ports:
|
||||
- port: 6379
|
||||
protocol: TCP
|
||||
targetPort: 6379
|
||||
# nodePort: 30023
|
||||
nodePort: 30025
|
||||
selector:
|
||||
app: redis-stack
|
||||
type: NodePort
|
||||
|
|
Loading…
Reference in New Issue