Automated Manifest Update (#3959)

This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow.

Reviewed-on: #3959
Co-authored-by: gitea-bot <gitea-bot@alexlebens.net>
Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
This commit was merged in pull request #3959.
This commit is contained in:
2026-02-13 19:50:03 +00:00
committed by Alex Lebens
parent 3fd8fbb90f
commit ddaad852a1
2 changed files with 2 additions and 8 deletions

View File

@@ -39,14 +39,8 @@ spec:
- env: - env:
- name: NODE_ENV - name: NODE_ENV
value: production value: production
- name: USE_WEBSERVER
value: "false"
- name: HOST_BACKEND_PORT
value: "3001"
- name: HOST_CLIENT_PORT
value: "3002"
- name: NEXT_PUBLIC_BACKEND_URL - name: NEXT_PUBLIC_BACKEND_URL
value: http://rybbit-backend.rybbit:3001 value: https://rybbit.alexlebens.dev
- name: NEXT_PUBLIC_DISABLE_SIGNUP - name: NEXT_PUBLIC_DISABLE_SIGNUP
value: "false" value: "false"
image: ghcr.io/rybbit-io/rybbit-client:v2.4.0 image: ghcr.io/rybbit-io/rybbit-client:v2.4.0

View File

@@ -12,7 +12,7 @@ metadata:
spec: spec:
type: ClusterIP type: ClusterIP
ports: ports:
- port: 80 - port: 3002
targetPort: 3002 targetPort: 3002
protocol: TCP protocol: TCP
name: http name: http