From 1501ead77667fb8136cc82fc48797d6bdc3a92d2 Mon Sep 17 00:00:00 2001 From: David de Boer Date: Tue, 6 Aug 2024 15:13:09 +0200 Subject: [PATCH] Update Strapi port --- k8s/makemyflix/strapi-deployment.yml | 2 +- k8s/makemyflix/strapi-service.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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