chore(apps): Sync questions and values env's (#2916)

* chore(apps): Sync questions and values env's

* chore(apps): sync questions and values env's

* chore(apps): sync questions and values env's

* chore(apps): sync questions and values env's

* chore(apps): sync questions and values env's

* chore(apps): sync questions and values env's

* chore(apps): sync questions and values env's

* remove disabled ingress from values

* remove required: false from questions

* whoops

* some cleanup

* more cleanup

* clean

* commented

* some fixes
This commit is contained in:
Stavros Kois
2022-06-17 10:24:54 +02:00
committed by GitHub
parent 7d5d05b7ca
commit ff2a5dae0d
227 changed files with 669 additions and 1024 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ name: monica
sources:
- https://github.com/monicahq/monica
- https://hub.docker.com/_/monica
version: 3.0.4
version: 3.0.5
annotations:
truecharts.org/catagories: |
- crm
-8
View File
@@ -11,12 +11,8 @@ podSecurityContext:
runAsUser: 0
runAsGroup: 0
# -- environment variables. See [monica documentation](https://raw.githubusercontent.com/monicahq/monica/master/.env.example) for more details.
# @default -- See below
env:
# -- Use `local` if you want to install Monica as a development version. Use `production` otherwise.
APP_ENV: production
# -- The URL of your application.
APP_URL: https://crm.k8s-at-home.com
DB_DATABASE: monica
DB_USERNAME: monica
@@ -33,8 +29,6 @@ env:
name: appkey
key: appkey
# -- Configures service settings for the chart.
# @default -- See values.yaml
service:
main:
ports:
@@ -42,8 +36,6 @@ service:
port: 10119
targetPort: 80
# -- Configure persistence settings for the chart under this key.
# @default -- See values.yaml
persistence:
config:
enabled: true