alair 4 месяцев назад
Родитель
Сommit
a75f0a20df
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      pipleline.yaml

+ 2 - 2
pipleline.yaml

@@ -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
   ports:
   - port: 18081
-    targetPort: 8081
+    targetPort: 8080
   type: NodePort
 ---
 apiVersion: networking.k8s.io/v1