diff --git a/k8s/deployment.yaml b/k8s/deployment.yaml index fb87d98..0bcd750 100644 --- a/k8s/deployment.yaml +++ b/k8s/deployment.yaml @@ -18,10 +18,12 @@ spec: app: input-service spec: containers: - - image: - name: registry.kmlabz.com/tormakris/input-service - envFrom: - - configMapRef: - name: input-service + - name: input-service + image: registry.kmlabz.com/tormakris/input-service + envFrom: + - configMapRef: + name: input-service ports: - - containerPort: 8080 \ No newline at end of file + - containerPort: 8080 + imagePullSecrets: + - name: regcred