chore(snipe-it): add force tls gui option (#2496)

* add mongodb (commented out, until we setup oplog) on appsmith for future reference

* chore(snipe-it): add force tls gui option

* remove appsmith from dev

* bump
This commit is contained in:
Stavros Kois
2022-04-17 13:57:23 +03:00
committed by GitHub
parent 547abf7261
commit 7077914ea4
14 changed files with 21 additions and 879 deletions
+4
View File
@@ -8,6 +8,10 @@ dependencies:
name: redis
repository: https://charts.truecharts.org
version: 2.0.34
# - condition: mongodb.enabled
# name: mongodb
# repository: https://charts.truecharts.org
# version: 0.0.25
description: Turn any datasource into an internal app in minutes. Appsmith lets you drag-and-drop UI components to build pages, connect to any API, database or GraphQL source and write logic with JavaScript objects.
home: https://github.com/truecharts/apps/tree/master/charts/stable/appsmith
icon: https://truecharts.org/_static/img/appicons/appsmith.png
+10
View File
@@ -34,6 +34,10 @@ persistence:
mountPath: "/appsmith-stacks"
envValueFrom:
# APPSMITH_MONGODB_URI:
# secretKeyRef:
# name: mongodbcreds
# key: url
APPSMITH_REDIS_URL:
secretKeyRef:
name: rediscreds
@@ -42,3 +46,9 @@ envValueFrom:
redis:
enabled: true
existingSecret: "rediscreds"
# mongodb:
# enabled: true
# mongodbUsername: appsmith
# mongodbDatabase: appsmith
# existingSecret: "mongodbcreds"