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

+ 9 - 9
pipeline.yaml

@@ -2,21 +2,21 @@ apiVersion: apps/v1
 kind: Deployment
 kind: Deployment
 metadata:
 metadata:
   namespace: test
   namespace: test
-  name: pipleline
+  name: pipeline
   labels:
   labels:
-    app: pipleline
+    app: pipeline
 spec:
 spec:
   replicas: 2
   replicas: 2
   selector:
   selector:
     matchLabels:
     matchLabels:
-      app: pipleline
+      app: pipeline
   template:
   template:
     metadata:
     metadata:
       labels:
       labels:
-        app: pipleline
+        app: pipeline
     spec:
     spec:
       containers:
       containers:
-        - name: pipleline
+        - name: pipeline
           image: 192.168.0.5:9080/repo/pipeline:latest
           image: 192.168.0.5:9080/repo/pipeline:latest
           imagePullPolicy: Always
           imagePullPolicy: Always
           ports:
           ports:
@@ -27,11 +27,11 @@ kind: Service
 metadata:
 metadata:
   namespace: test
   namespace: test
   labels:
   labels:
-    app: pipleline
-  name: pipleline
+    app: pipeline
+  name: pipeline
 spec:
 spec:
   selector:
   selector:
-    app: pipleline
+    app: pipeline
   ports:
   ports:
   - port: 18081
   - port: 18081
     targetPort: 8080
     targetPort: 8080
@@ -52,6 +52,6 @@ spec:
             pathType: Prefix
             pathType: Prefix
             backend:
             backend:
               service:
               service:
-                name: pipleline
+                name: pipeline
                 port:
                 port:
                   number: 18081
                   number: 18081