Update service.yaml
This commit is contained in:
@@ -2,6 +2,7 @@ apiVersion: v1
|
|||||||
kind: Service
|
kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
name: product
|
name: product
|
||||||
|
namespace: jenkins-ns
|
||||||
labels:
|
labels:
|
||||||
app: product
|
app: product
|
||||||
spec:
|
spec:
|
||||||
@@ -9,4 +10,4 @@ spec:
|
|||||||
- port: 8080
|
- port: 8080
|
||||||
targetPort: 8080
|
targetPort: 8080
|
||||||
selector:
|
selector:
|
||||||
app: product
|
app: product
|
||||||
|
|||||||
Reference in New Issue
Block a user