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

Merge branch 'malowe/main/k8s-fix' into 'main'

Fix production k8s conf image name

See merge request eclipsefdn/it/api/eclipsefdn-mailing-lists-api!11
parents 24aa0add aea6bec0
No related branches found
No related tags found
1 merge request!11Fix production k8s conf image name
Pipeline #12020 passed
......@@ -30,7 +30,7 @@ spec:
weight: 1
containers:
- name: api
image: eclipsefdn/eclipsefdn-mailing-lists-api:latest
image: eclipsefdn/eclipsefdn-mailing-list-api:latest
imagePullPolicy: Always
ports:
- containerPort: 8090
......@@ -63,7 +63,7 @@ spec:
- name: "http"
port: 80
protocol: "TCP"
targetPort: 8080
targetPort: 8090
selector:
app: eclipsefdn-mailing-lists-api
environment: production
......
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