Skip to content

Commit e3bb352

Browse files
committed
fix(docs): helm updates
Signed-off-by: Fatih Acar <[email protected]>
1 parent 7d8688b commit e3bb352

File tree

1 file changed

+17
-5
lines changed

1 file changed

+17
-5
lines changed

docs/docs/guides/installation.mdx

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,13 @@ The following are required for production deployments using Helm:
192192
* a shared storage should be available for use by the Git Agents (through a StorageClass that supports RWX accesses)
193193
* S3 storage should be configured for the Infrahub API Server
194194

195+
:::warning
196+
197+
We do not recommend using the included dependencies (Neo4j, RabbitMQ, Redis, NFS) for production.
198+
They are present to ease deployment on non-production environments.
199+
200+
:::
201+
195202
You can use the following values example:
196203

197204
```yaml
@@ -247,12 +254,17 @@ infrahubGit:
247254
enabled: true
248255
storageClassName: standard-rwx # using GCP Filestore
249256

250-
database:
251-
persistence:
252-
data:
253-
enabled: true
254-
logs:
257+
neo4j:
258+
services:
259+
admin:
255260
enabled: true
261+
volumes:
262+
data:
263+
mode: dynamic
264+
dynamic:
265+
storageClassName: premium-rwo
266+
requests:
267+
storage: 100Gi
256268

257269
nfs-server-provisioner:
258270
enabled: false

0 commit comments

Comments
 (0)