fix: change service
Some checks failed
lint-test-helm / lint-helm (push) Successful in 56s
render-manifests-push / render-manifests-push (push) Successful in 1m33s
renovate / renovate (push) Has been cancelled

This commit is contained in:
2026-02-13 13:47:56 -06:00
parent 240f843564
commit c649f5b270

View File

@@ -105,14 +105,8 @@ rybbit:
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
resources:
@@ -219,7 +213,7 @@ rybbit:
controller: client
ports:
http:
port: 80
port: 3002
targetPort: 3002
protocol: TCP
clickhouse: