Added redis service port names
[CI SKIP]
This commit is contained in:
parent
005ea3191c
commit
055030d88c
@ -12,6 +12,7 @@ spec:
|
||||
selector:
|
||||
app: npm-cache
|
||||
clusterIP: None
|
||||
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
@ -22,8 +23,10 @@ metadata:
|
||||
app: npm-cache-redis
|
||||
spec:
|
||||
ports:
|
||||
- port: 8080
|
||||
- port: 8001
|
||||
name: web
|
||||
- port: 6379
|
||||
name: redis
|
||||
selector:
|
||||
app: npm-cache-redis
|
||||
clusterIP: None
|
||||
|
Loading…
x
Reference in New Issue
Block a user