From ddaad852a16521132c072eaa7589b582d5d55221 Mon Sep 17 00:00:00 2001 From: gitea-bot Date: Fri, 13 Feb 2026 19:50:03 +0000 Subject: [PATCH] Automated Manifest Update (#3959) This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow. Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/3959 Co-authored-by: gitea-bot Co-committed-by: gitea-bot --- .../cl01tl/manifests/rybbit/Deployment-rybbit-client.yaml | 8 +------- .../cl01tl/manifests/rybbit/Service-rybbit-client.yaml | 2 +- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/clusters/cl01tl/manifests/rybbit/Deployment-rybbit-client.yaml b/clusters/cl01tl/manifests/rybbit/Deployment-rybbit-client.yaml index ce2536744..18cc8d792 100644 --- a/clusters/cl01tl/manifests/rybbit/Deployment-rybbit-client.yaml +++ b/clusters/cl01tl/manifests/rybbit/Deployment-rybbit-client.yaml @@ -39,14 +39,8 @@ spec: - env: - name: NODE_ENV value: production - - name: USE_WEBSERVER - value: "false" - - name: HOST_BACKEND_PORT - value: "3001" - - name: HOST_CLIENT_PORT - value: "3002" - name: NEXT_PUBLIC_BACKEND_URL - value: http://rybbit-backend.rybbit:3001 + value: https://rybbit.alexlebens.dev - name: NEXT_PUBLIC_DISABLE_SIGNUP value: "false" image: ghcr.io/rybbit-io/rybbit-client:v2.4.0 diff --git a/clusters/cl01tl/manifests/rybbit/Service-rybbit-client.yaml b/clusters/cl01tl/manifests/rybbit/Service-rybbit-client.yaml index 5bb968d00..b78e29e43 100644 --- a/clusters/cl01tl/manifests/rybbit/Service-rybbit-client.yaml +++ b/clusters/cl01tl/manifests/rybbit/Service-rybbit-client.yaml @@ -12,7 +12,7 @@ metadata: spec: type: ClusterIP ports: - - port: 80 + - port: 3002 targetPort: 3002 protocol: TCP name: http