update redis-stack

main
ycz008 2023-09-07 12:59:19 +08:00
parent e1467e64e3
commit 08fe34afce
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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