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