Skip to content

Commit

Permalink
Update Strapi port
Browse files Browse the repository at this point in the history
  • Loading branch information
ddeboer committed Aug 6, 2024
1 parent d883ba4 commit 1501ead
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion k8s/makemyflix/strapi-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
- name: app
image: ghcr.io/netwerk-digitaal-erfgoed/makemyflix-strapi
ports:
- containerPort: 1001
- containerPort: 1337
env:
- name: APP_KEYS
valueFrom:
Expand Down
2 changes: 1 addition & 1 deletion k8s/makemyflix/strapi-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ metadata:
spec:
ports:
- port: 80
targetPort: 1001
targetPort: 1337
selector:
app: makemyflix-strapi

0 comments on commit 1501ead

Please sign in to comment.