From 3140ffbc2b947d2ad3cd0dfbae0ff0e1208aa65c Mon Sep 17 00:00:00 2001 From: ordinarthur <@arthurbarre.js@gmail.com> Date: Tue, 12 May 2026 16:51:12 +0200 Subject: [PATCH] Use NodePort 30112 (30111 already in use by rubis-landing) Co-Authored-By: Claude Opus 4.7 --- k3s/cv/service.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k3s/cv/service.yml b/k3s/cv/service.yml index b038903..8734c3c 100644 --- a/k3s/cv/service.yml +++ b/k3s/cv/service.yml @@ -11,4 +11,4 @@ spec: - name: http port: 80 targetPort: 80 - nodePort: 30111 + nodePort: 30112