@@ -20,7 +20,7 @@ spec:
image: 192.168.0.3:9080/repo/pipeline:v5.0.0
imagePullPolicy: Always
ports:
- - containerPort: 8081
+ - containerPort: 8080
---
apiVersion: v1
kind: Service
@@ -34,7 +34,7 @@ spec:
app: pipleline
- port: 18081
- targetPort: 8081
+ targetPort: 8080
type: NodePort
apiVersion: networking.k8s.io/v1