From e75272c5ff064dc08f9f7c1cda2f134c5d5a43ef Mon Sep 17 00:00:00 2001 From: Erki Aas Date: Tue, 18 Nov 2025 19:05:33 +0200 Subject: [PATCH] Add rotmower --- rotmower/application.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rotmower/application.yaml b/rotmower/application.yaml index d1d97ae..9824e37 100644 --- a/rotmower/application.yaml +++ b/rotmower/application.yaml @@ -35,7 +35,7 @@ spec: service: name: rotmower port: - number: 80 + number: 8080 tls: - hosts: - "*.k-space.ee" @@ -50,7 +50,7 @@ spec: app: rotmower ports: - protocol: TCP - port: 80 + port: 8080 targetPort: 8080 --- apiVersion: apps/v1