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