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