Skip to content

Commit e525a94

Browse files
authored
Merge pull request #12 from joagonzalez/feature/seed
#1 #3 fix manifest port
2 parents df07d4a + 4611751 commit e525a94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/k8s/calculator.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ spec:
1818
- name: calculator
1919
image: joagonzalez/python-seed-api:${IMAGE_TAG}
2020
ports:
21-
- containerPort: 8000
21+
- containerPort: 5000
2222
env:
2323
- name: ENVIRONMENT
2424
value: "production"
@@ -33,7 +33,7 @@ spec:
3333
ports:
3434
- protocol: TCP
3535
port: 80
36-
targetPort: 8000
36+
targetPort: 5000
3737
type: ClusterIP
3838
---
3939
# Traefik Middleware for HTTPS redirect

0 commit comments

Comments
 (0)