Try to fix redis
This commit is contained in:
parent
dd9ed5cc1a
commit
e5de9520cd
|
@ -7,11 +7,11 @@ metadata:
|
|||
name: redis
|
||||
spec:
|
||||
ports:
|
||||
- name: redis
|
||||
- name: redis-port
|
||||
nodePort: 30379
|
||||
port: 6379
|
||||
targetPort: redis
|
||||
protocol: TCP
|
||||
targetPort: 6379
|
||||
selector:
|
||||
app: redis
|
||||
app.kubernetes.io/name: redis
|
||||
type: NodePort
|
||||
|
|
Loading…
Reference in a new issue