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
@@ -2,7 +2,7 @@ apiVersion: v2
appVersion: "2021.09.02"
description: DSMR-protocol reader, telegram data storage and energy consumption visualizer.
name: dsmr-reader
version: 8.0.3
version: 8.0.4
kubeVersion: ">=1.16.0-0"
keywords:
- dsmr-reader
+2 -10
View File
@@ -1,15 +1,9 @@
image:
# -- image repository
repository: tccr.io/truecharts/dsmr-reader
# -- image tag
tag: v2021.09.02@sha256:bf3454b0b379d325d95ec0693e2634bcfd4bfd917ec59d0918ca60d32a6073c5
# -- image pull policy
pullPolicy: IfNotPresent
# -- environment variables. See [image docs](https://github.com/xirixiz/dsmr-reader-docker#dsmr-reader---environment-variables) for more details.
# @default -- See below
env:
# -- Set the container timezone
DJANGO_TIME_ZONE: "{{ .Values.TZ }}"
DJANGO_DATABASE_ENGINE: "django.db.backends.postgresql"
DJANGO_DATABASE_NAME: "{{ .Values.postgresql.postgresqlDatabase }}"
@@ -32,20 +26,18 @@ podSecurityContext:
runAsUser: 0
runAsGroup: 0
# -- Configures service settings for the chart.
# @default -- See values.yaml
service:
main:
ports:
main:
port: 10009
targetPort: 80
persistence:
config:
enabled: true
mountPath: "/config"
# -- Enable and configure postgresql database subchart under this key.
# @default -- See values.yaml
postgresql:
enabled: true
existingSecret: "dbcreds"