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