This commit is contained in:
Robert Schäfer 2024-10-29 22:18:52 +01:00
parent 9ae9020b23
commit a8a1311783
2 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,7 @@ releases:
- name: ocelot-neo4j
namespace: {{ .StateValues.namespace }}
chart: ocelot-social/ocelot-social
chart: ocelot-social/ocelot-neo4j
values:
- ./values/ocelot.yaml.gotmpl
secrets:

View File

@ -15,6 +15,7 @@ backend:
repository: ghcr.io/{{ .StateValues.github_repository | lower }}/backend
storage: "10Gi"
env:
NEO4J_URI: "bolt://ocelot-neo4j-neo4j:7687"
PRODUCTION_DB_CLEAN_ALLOW: "true"
PUBLIC_REGISTRATION: "true"
INVITE_REGISTRATION: "true"