diff --git a/k8s/makemyflix/strapi-deployment.yml b/k8s/makemyflix/strapi-deployment.yml index 664833f..7f4801a 100644 --- a/k8s/makemyflix/strapi-deployment.yml +++ b/k8s/makemyflix/strapi-deployment.yml @@ -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: diff --git a/k8s/makemyflix/strapi-service.yml b/k8s/makemyflix/strapi-service.yml index 130d291..103d3f8 100644 --- a/k8s/makemyflix/strapi-service.yml +++ b/k8s/makemyflix/strapi-service.yml @@ -5,6 +5,6 @@ metadata: spec: ports: - port: 80 - targetPort: 1001 + targetPort: 1337 selector: app: makemyflix-strapi