Update service.yaml

This commit is contained in:
acmexii
2021-09-15 13:43:08 +09:00
committed by GitHub
parent 3f74cc0f28
commit 82cfcab5cb

View File

@@ -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