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

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

Slight tweaks to staging k8s to fix minor inconsistencies

See merge request !12
parents e5c2bba8 67cb1359
No related branches found
No related tags found
1 merge request!12Slight tweaks to staging k8s to fix minor inconsistencies
Pipeline #7120 passed
...@@ -30,10 +30,10 @@ spec: ...@@ -30,10 +30,10 @@ spec:
weight: 1 weight: 1
containers: containers:
- name: app - name: app
image: eclipsefdn/working-group-api:latest image: eclipsefdn/eclipsefdn-working-groups-api:latest
imagePullPolicy: Always imagePullPolicy: Always
ports: ports:
- containerPort: 8080 - containerPort: 8090
resources: resources:
limits: limits:
cpu: '1' cpu: '1'
...@@ -63,7 +63,7 @@ spec: ...@@ -63,7 +63,7 @@ spec:
- name: "http" - name: "http"
port: 80 port: 80
protocol: "TCP" protocol: "TCP"
targetPort: 8080 targetPort: 8090
selector: selector:
app: eclipsefdn-working-group-api app: eclipsefdn-working-group-api
environment: staging environment: staging
......
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