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