From b5b5cd038e21a5f2efe4cd2f7948a658e6e092fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauri=20V=C3=B5sandi?= Date: Mon, 12 Sep 2022 07:27:32 +0300 Subject: [PATCH] camtiler: Fix container port for tiler --- camtiler/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/camtiler/application.yml b/camtiler/application.yml index f9d8258..a68478d 100644 --- a/camtiler/application.yml +++ b/camtiler/application.yml @@ -26,7 +26,7 @@ spec: runAsNonRoot: true runAsUser: 1000 ports: - - containerPort: 5000 + - containerPort: 5001 name: "http" --- apiVersion: apps/v1