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