From c919029ba0f1b401bdc11bfc23cda43783b4f3ab Mon Sep 17 00:00:00 2001 From: Julius de Jeu Date: Thu, 20 Apr 2023 01:15:00 +0200 Subject: [PATCH] Fix escalator port --- flux/cluster/apps/misc/escalator-admin/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flux/cluster/apps/misc/escalator-admin/deployment.yaml b/flux/cluster/apps/misc/escalator-admin/deployment.yaml index bfb0d63..ae7bb0f 100644 --- a/flux/cluster/apps/misc/escalator-admin/deployment.yaml +++ b/flux/cluster/apps/misc/escalator-admin/deployment.yaml @@ -22,6 +22,6 @@ spec: imagePullPolicy: Always image: registry.asraphiel.dev/library/escalator-admin:main ports: - - containerPort: 80 + - containerPort: 3000 imagePullSecrets: - name: registry-creds