camtiler: Fix container port for tiler

This commit is contained in:
Lauri Võsandi 2022-09-12 07:27:32 +03:00
parent 59a8b7c1c7
commit b5b5cd038e
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ spec:
runAsNonRoot: true runAsNonRoot: true
runAsUser: 1000 runAsUser: 1000
ports: ports:
- containerPort: 5000 - containerPort: 5001
name: "http" name: "http"
--- ---
apiVersion: apps/v1 apiVersion: apps/v1