Added redis service port names
[CI SKIP]
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user