diff --git a/k8s/deployment.yaml b/k8s/deployment.yaml index 570be1d..c5891e2 100644 --- a/k8s/deployment.yaml +++ b/k8s/deployment.yaml @@ -17,7 +17,7 @@ spec: spec: containers: - name: crepes-demo - image: git.aymerick.fr/aymerick/crepes-demo:latest + image: git.aymerick.fr/flux/crepes-demo:latest imagePullPolicy: Always ports: - containerPort: 3000