Skip to content
Snippets Groups Projects
Commit 8417ea52 authored by Martin Lowe's avatar Martin Lowe :flag_ca:
Browse files

Fix production k8s conf referencing bad image name

parent c86fce85
No related branches found
No related tags found
1 merge request!18Fix production k8s conf referencing bad image name
Pipeline #14595 passed
......@@ -11,7 +11,7 @@ spec:
matchLabels:
app: eclipsefdn-mailing-lists-api
environment: production
replicas: 2
replicas: 1
template:
metadata:
labels:
......@@ -30,7 +30,7 @@ spec:
weight: 1
containers:
- name: api
image: eclipsefdn/eclipsefdn-mailing-list-api:latest
image: eclipsefdn/eclipsefdn-mailing-lists-api:latest
imagePullPolicy: Always
ports:
- containerPort: 8090
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment