chore(apps): remove TZ from values. (#1945)
* chore(apps): remove TZ from values. * chore(apps): remove TZ from values. Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
This commit is contained in:
parent
74148478ab
commit
2d331d15ca
|
@ -9,7 +9,6 @@ secret:
|
||||||
SERVER_PASS: secret
|
SERVER_PASS: secret
|
||||||
|
|
||||||
env:
|
env:
|
||||||
TZ: UTC
|
|
||||||
STATUS_HTTP: true
|
STATUS_HTTP: true
|
||||||
STATUS_HTTP_PORT: "{{ .Values.service.main.ports.main.port }}"
|
STATUS_HTTP_PORT: "{{ .Values.service.main.ports.main.port }}"
|
||||||
SUPERVISOR_HTTP_PORT: "{{ .Values.service.supervisor.ports.supervisor.port }}"
|
SUPERVISOR_HTTP_PORT: "{{ .Values.service.supervisor.ports.supervisor.port }}"
|
||||||
|
|
|
@ -11,9 +11,6 @@ podSecurityContext:
|
||||||
runAsUser: 0
|
runAsUser: 0
|
||||||
runAsGroup: 0
|
runAsGroup: 0
|
||||||
|
|
||||||
env:
|
|
||||||
TZ: UTC
|
|
||||||
|
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
|
|
|
@ -6,7 +6,6 @@ image:
|
||||||
# See more environment variables in the babybuddy documentation
|
# See more environment variables in the babybuddy documentation
|
||||||
# https://hub.docker.com/r/jgeusebroek/spotweb
|
# https://hub.docker.com/r/jgeusebroek/spotweb
|
||||||
env:
|
env:
|
||||||
TZ: UTC
|
|
||||||
SPOTWEB_SYSTEMTYPE: single
|
SPOTWEB_SYSTEMTYPE: single
|
||||||
SPOTWEB_FIRSTNAME: demo
|
SPOTWEB_FIRSTNAME: demo
|
||||||
SPOTWEB_LASTNAME: spotweb
|
SPOTWEB_LASTNAME: spotweb
|
||||||
|
|
|
@ -13,7 +13,6 @@ podSecurityContext:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
PUID: 568
|
PUID: 568
|
||||||
TZ: UTC
|
|
||||||
AIRSONIC_DIR: "/"
|
AIRSONIC_DIR: "/"
|
||||||
# -- For passing additional java options. For some reverse proxies, you may need to pass `JAVA_OPTS=-Dserver.use-forward-headers=true` for airsonic to generate the proper URL schemes.
|
# -- For passing additional java options. For some reverse proxies, you may need to pass `JAVA_OPTS=-Dserver.use-forward-headers=true` for airsonic to generate the proper URL schemes.
|
||||||
JAVA_OPTS:
|
JAVA_OPTS:
|
||||||
|
|
|
@ -18,7 +18,6 @@ podSecurityContext:
|
||||||
# @default -- See below
|
# @default -- See below
|
||||||
env:
|
env:
|
||||||
# -- Set the container timezone
|
# -- Set the container timezone
|
||||||
TZ: UTC
|
|
||||||
# -- Specify the user ID the application will run as
|
# -- Specify the user ID the application will run as
|
||||||
PUID: 568
|
PUID: 568
|
||||||
# -- Used to set the base path for reverse proxies eg. /booksonic, /books, etc.
|
# -- Used to set the base path for reverse proxies eg. /booksonic, /books, etc.
|
||||||
|
|
|
@ -35,9 +35,8 @@ secret:
|
||||||
# @default -- See below
|
# @default -- See below
|
||||||
env:
|
env:
|
||||||
# -- Set the container timezone
|
# -- Set the container timezone
|
||||||
TZ: UTC
|
|
||||||
# -- Host name used to connect to the Amcrest device
|
# -- Host name used to connect to the Amcrest device
|
||||||
AMCREST_HOST: ""
|
AMCREST_HOST: "localhost"
|
||||||
# -- Port used to connect to the Amcrest device
|
# -- Port used to connect to the Amcrest device
|
||||||
AMCREST_PORT: 80
|
AMCREST_PORT: 80
|
||||||
# -- Host name used to connect to the MQTT broker
|
# -- Host name used to connect to the MQTT broker
|
||||||
|
|
|
@ -12,7 +12,6 @@ secret:
|
||||||
# @default -- See below
|
# @default -- See below
|
||||||
env:
|
env:
|
||||||
# -- Set the container timezone
|
# -- Set the container timezone
|
||||||
TZ: UTC
|
|
||||||
PUID: 568
|
PUID: 568
|
||||||
RPC_PORT: 6800
|
RPC_PORT: 6800
|
||||||
# LISTEN_PORT: 6888
|
# LISTEN_PORT: 6888
|
||||||
|
|
|
@ -11,7 +11,6 @@ service:
|
||||||
targetPort: 6767
|
targetPort: 6767
|
||||||
|
|
||||||
env: {}
|
env: {}
|
||||||
# TZ: UTC
|
|
||||||
# PUID: 1001
|
# PUID: 1001
|
||||||
persistence:
|
persistence:
|
||||||
config:
|
config:
|
||||||
|
|
|
@ -18,7 +18,6 @@ podSecurityContext:
|
||||||
# @default -- See below
|
# @default -- See below
|
||||||
env:
|
env:
|
||||||
# -- Set the container timezone
|
# -- Set the container timezone
|
||||||
TZ: UTC
|
|
||||||
# -- Specify the user ID the application will run as
|
# -- Specify the user ID the application will run as
|
||||||
PUID: 568
|
PUID: 568
|
||||||
# -- Used to set the base path for reverse proxies eg. /booksonic, /books, etc.
|
# -- Used to set the base path for reverse proxies eg. /booksonic, /books, etc.
|
||||||
|
|
|
@ -15,7 +15,6 @@ secret:
|
||||||
PASSWORD: ""
|
PASSWORD: ""
|
||||||
|
|
||||||
env:
|
env:
|
||||||
TZ: UTC
|
|
||||||
PUID: 568
|
PUID: 568
|
||||||
CLI_ARGS:
|
CLI_ARGS:
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,6 @@ podSecurityContext:
|
||||||
# @default -- See below
|
# @default -- See below
|
||||||
env:
|
env:
|
||||||
# -- Set the container timezone
|
# -- Set the container timezone
|
||||||
TZ: UTC
|
|
||||||
|
|
||||||
# -- Configures service settings for the chart.
|
# -- Configures service settings for the chart.
|
||||||
# @default -- See values.yaml
|
# @default -- See values.yaml
|
||||||
|
|
|
@ -15,7 +15,6 @@ secret:
|
||||||
DECONZ_VNC_PASSWORD: ""
|
DECONZ_VNC_PASSWORD: ""
|
||||||
|
|
||||||
env:
|
env:
|
||||||
TZ: UTC
|
|
||||||
PUID: 568
|
PUID: 568
|
||||||
# -- Override the location where deCONZ looks for the RaspBee/Conbee device.
|
# -- Override the location where deCONZ looks for the RaspBee/Conbee device.
|
||||||
DECONZ_DEVICE: # /dev/ttyUSB0
|
DECONZ_DEVICE: # /dev/ttyUSB0
|
||||||
|
|
|
@ -10,7 +10,6 @@ image:
|
||||||
# @default -- See below
|
# @default -- See below
|
||||||
env:
|
env:
|
||||||
# -- Set the container timezone
|
# -- Set the container timezone
|
||||||
TZ: UTC
|
|
||||||
# -- Specify the user ID the application will run as
|
# -- Specify the user ID the application will run as
|
||||||
PUID: 568
|
PUID: 568
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,6 @@ image:
|
||||||
# @default -- See below
|
# @default -- See below
|
||||||
env:
|
env:
|
||||||
# -- Set the container timezone
|
# -- Set the container timezone
|
||||||
TZ: UTC
|
|
||||||
DJANGO_TIME_ZONE: "{{ .Values.env.TZ }}"
|
DJANGO_TIME_ZONE: "{{ .Values.env.TZ }}"
|
||||||
DJANGO_DATABASE_ENGINE: "django.db.backends.postgresql"
|
DJANGO_DATABASE_ENGINE: "django.db.backends.postgresql"
|
||||||
DJANGO_DATABASE_NAME: "{{ .Values.postgresql.postgresqlDatabase }}"
|
DJANGO_DATABASE_NAME: "{{ .Values.postgresql.postgresqlDatabase }}"
|
||||||
|
|
|
@ -10,7 +10,6 @@ image:
|
||||||
# @default -- See below
|
# @default -- See below
|
||||||
env:
|
env:
|
||||||
# -- Set the container timezone
|
# -- Set the container timezone
|
||||||
TZ: UTC
|
|
||||||
|
|
||||||
# -- Configures service settings for the chart.
|
# -- Configures service settings for the chart.
|
||||||
# @default -- See values.yaml
|
# @default -- See values.yaml
|
||||||
|
|
|
@ -17,7 +17,6 @@ podSecurityContext:
|
||||||
# @default -- See below
|
# @default -- See below
|
||||||
env:
|
env:
|
||||||
# -- Set the container timezone
|
# -- Set the container timezone
|
||||||
TZ: UTC
|
|
||||||
|
|
||||||
# -- Configures service settings for the chart.
|
# -- Configures service settings for the chart.
|
||||||
# @default -- See values.yaml
|
# @default -- See values.yaml
|
||||||
|
|
|
@ -19,7 +19,6 @@ service:
|
||||||
targetPort: 80
|
targetPort: 80
|
||||||
|
|
||||||
env: {}
|
env: {}
|
||||||
# TZ: UTC
|
|
||||||
# PUID: 1001
|
# PUID: 1001
|
||||||
persistence:
|
persistence:
|
||||||
config:
|
config:
|
||||||
|
|
|
@ -14,7 +14,6 @@ service:
|
||||||
targetPort: 8484
|
targetPort: 8484
|
||||||
|
|
||||||
env: {}
|
env: {}
|
||||||
# TZ: UTC
|
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
data:
|
data:
|
||||||
|
|
|
@ -17,7 +17,6 @@ podSecurityContext:
|
||||||
# @default -- See below
|
# @default -- See below
|
||||||
env:
|
env:
|
||||||
# -- Set the container timezone
|
# -- Set the container timezone
|
||||||
TZ: UTC
|
|
||||||
# GONIC_MUSIC_PATH:
|
# GONIC_MUSIC_PATH:
|
||||||
# GONIC_PODCAST_PATH:
|
# GONIC_PODCAST_PATH:
|
||||||
# GONIC_CACHE_PATH:
|
# GONIC_CACHE_PATH:
|
||||||
|
|
|
@ -32,7 +32,6 @@ secret:
|
||||||
# @default -- See below
|
# @default -- See below
|
||||||
env:
|
env:
|
||||||
# -- Set the container timezone
|
# -- Set the container timezone
|
||||||
TZ: UTC
|
|
||||||
# -- Set to true to always override the local_settings.py file with values from environment variables. Do not set to True if you have made manual modifications to this file.
|
# -- Set to true to always override the local_settings.py file with values from environment variables. Do not set to True if you have made manual modifications to this file.
|
||||||
REGENERATE_SETTINGS: "True"
|
REGENERATE_SETTINGS: "True"
|
||||||
# -- The site's top-level URL and the port it listens to
|
# -- The site's top-level URL and the port it listens to
|
||||||
|
|
|
@ -13,7 +13,6 @@ podSecurityContext:
|
||||||
runAsGroup: 0
|
runAsGroup: 0
|
||||||
|
|
||||||
env:
|
env:
|
||||||
TZ: UTC
|
|
||||||
PUID: 568
|
PUID: 568
|
||||||
|
|
||||||
service:
|
service:
|
||||||
|
|
|
@ -17,7 +17,6 @@ podSecurityContext:
|
||||||
# @default -- See below
|
# @default -- See below
|
||||||
env:
|
env:
|
||||||
# -- Set the container timezone
|
# -- Set the container timezone
|
||||||
TZ: UTC
|
|
||||||
# -- Specify the user ID the application will run as
|
# -- Specify the user ID the application will run as
|
||||||
PUID: 568
|
PUID: 568
|
||||||
|
|
||||||
|
|
|
@ -25,7 +25,6 @@ probes:
|
||||||
path: "/UI/Login"
|
path: "/UI/Login"
|
||||||
|
|
||||||
env: {}
|
env: {}
|
||||||
# TZ: UTC
|
|
||||||
# PUID: 1001
|
# PUID: 1001
|
||||||
persistence:
|
persistence:
|
||||||
config:
|
config:
|
||||||
|
|
|
@ -12,7 +12,6 @@ podSecurityContext:
|
||||||
runAsGroup: 0
|
runAsGroup: 0
|
||||||
|
|
||||||
env:
|
env:
|
||||||
TZ: UTC
|
|
||||||
APP_BASE_URL: http://localhost:22300
|
APP_BASE_URL: http://localhost:22300
|
||||||
APP_PORT: 22300
|
APP_PORT: 22300
|
||||||
DB_CLIENT: "pg"
|
DB_CLIENT: "pg"
|
||||||
|
|
|
@ -19,7 +19,6 @@ podSecurityContext:
|
||||||
# @default -- See below (only deviations from the default settings are specified)
|
# @default -- See below (only deviations from the default settings are specified)
|
||||||
env:
|
env:
|
||||||
# -- Set the container timezone
|
# -- Set the container timezone
|
||||||
TZ: UTC
|
|
||||||
# -- Enable/disable email configuration from the user interface
|
# -- Enable/disable email configuration from the user interface
|
||||||
MAIL_CONFIGURATION: false
|
MAIL_CONFIGURATION: false
|
||||||
# -- log driver: syslog, stderr, stdout or file
|
# -- log driver: syslog, stderr, stdout or file
|
||||||
|
|
|
@ -18,7 +18,6 @@ service:
|
||||||
targetPort: 5299
|
targetPort: 5299
|
||||||
|
|
||||||
env: {}
|
env: {}
|
||||||
# TZ: UTC
|
|
||||||
# PUID: 1001
|
# PUID: 1001
|
||||||
persistence:
|
persistence:
|
||||||
config:
|
config:
|
||||||
|
|
|
@ -26,7 +26,6 @@ secret:
|
||||||
MAPBOX_API_KEY: ""
|
MAPBOX_API_KEY: ""
|
||||||
|
|
||||||
env:
|
env:
|
||||||
TZ: UTC
|
|
||||||
BACKEND_HOST: "localhost"
|
BACKEND_HOST: "localhost"
|
||||||
DB_BACKEND: "postgresql"
|
DB_BACKEND: "postgresql"
|
||||||
DB_NAME: "{{ .Values.postgresql.postgresqlDatabase }}"
|
DB_NAME: "{{ .Values.postgresql.postgresqlDatabase }}"
|
||||||
|
|
|
@ -18,7 +18,6 @@ podSecurityContext:
|
||||||
# @default -- See below
|
# @default -- See below
|
||||||
env:
|
env:
|
||||||
# -- Set the container timezone
|
# -- Set the container timezone
|
||||||
TZ: UTC
|
|
||||||
# -- Specify the user ID the application will run as
|
# -- Specify the user ID the application will run as
|
||||||
PUID: 568
|
PUID: 568
|
||||||
# PASSWORD:
|
# PASSWORD:
|
||||||
|
|
|
@ -14,7 +14,6 @@ service:
|
||||||
targetPort: 8686
|
targetPort: 8686
|
||||||
|
|
||||||
env: {}
|
env: {}
|
||||||
# TZ: UTC
|
|
||||||
# PUID: 1001
|
# PUID: 1001
|
||||||
probes:
|
probes:
|
||||||
liveness:
|
liveness:
|
||||||
|
|
|
@ -24,7 +24,6 @@ env:
|
||||||
APP_ENV: "production"
|
APP_ENV: "production"
|
||||||
APP_TIMEZONE: "{{ .Values.env.TZ }}"
|
APP_TIMEZONE: "{{ .Values.env.TZ }}"
|
||||||
# User Envs
|
# User Envs
|
||||||
TZ: UTC
|
|
||||||
APP_URL: "http://localhost"
|
APP_URL: "http://localhost"
|
||||||
APP_DEBUG: false
|
APP_DEBUG: false
|
||||||
BACKUP_ENABLED: false
|
BACKUP_ENABLED: false
|
||||||
|
|
|
@ -46,7 +46,6 @@ probes:
|
||||||
path: "/ready"
|
path: "/ready"
|
||||||
|
|
||||||
env: {}
|
env: {}
|
||||||
# TZ: UTC
|
|
||||||
# PUID: 1001
|
# PUID: 1001
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -35,7 +35,6 @@ env:
|
||||||
MIX_PUSHER_APP_CLUSTER: "{{ .Values.env.PUSHER_APP_CLUSTER }}"
|
MIX_PUSHER_APP_CLUSTER: "{{ .Values.env.PUSHER_APP_CLUSTER }}"
|
||||||
# User Envs
|
# User Envs
|
||||||
PUID: 568
|
PUID: 568
|
||||||
TZ: UTC
|
|
||||||
SECURITY_HEADER_HSTS_ENABLE: false
|
SECURITY_HEADER_HSTS_ENABLE: false
|
||||||
APP_DEBUG: false
|
APP_DEBUG: false
|
||||||
PUSHER_APP_KEY: ""
|
PUSHER_APP_KEY: ""
|
||||||
|
|
|
@ -18,7 +18,6 @@ podSecurityContext:
|
||||||
# @default -- See below
|
# @default -- See below
|
||||||
env:
|
env:
|
||||||
# -- Set the container timezone
|
# -- Set the container timezone
|
||||||
TZ: UTC
|
|
||||||
DB_TYPE: postgres
|
DB_TYPE: postgres
|
||||||
POSTGRES_DB: "{{ .Values.postgresql.postgresqlDatabase }}"
|
POSTGRES_DB: "{{ .Values.postgresql.postgresqlDatabase }}"
|
||||||
POSTGRES_USER: "{{ .Values.postgresql.postgresqlUsername }}"
|
POSTGRES_USER: "{{ .Values.postgresql.postgresqlUsername }}"
|
||||||
|
|
|
@ -12,7 +12,6 @@ secret:
|
||||||
ADMIN_PASSWORD: "changeme"
|
ADMIN_PASSWORD: "changeme"
|
||||||
env:
|
env:
|
||||||
# -- Set the container timezone.
|
# -- Set the container timezone.
|
||||||
TZ: UTC
|
|
||||||
# -- Set to `1` to run database migrations during application startup.
|
# -- Set to `1` to run database migrations during application startup.
|
||||||
RUN_MIGRATIONS: 1
|
RUN_MIGRATIONS: 1
|
||||||
# -- Set to `1` to create an admin user from environment variables.
|
# -- Set to `1` to create an admin user from environment variables.
|
||||||
|
|
|
@ -21,7 +21,6 @@ secret:
|
||||||
# @default -- See below
|
# @default -- See below
|
||||||
env:
|
env:
|
||||||
# -- Set the container timezone
|
# -- Set the container timezone
|
||||||
TZ: UTC
|
|
||||||
# -- Required: Minio server URL
|
# -- Required: Minio server URL
|
||||||
# Example: https://minio.server:9000
|
# Example: https://minio.server:9000
|
||||||
CONSOLE_MINIO_SERVER: ""
|
CONSOLE_MINIO_SERVER: ""
|
||||||
|
|
|
@ -12,7 +12,6 @@ podSecurityContext:
|
||||||
fsGroup: 1000
|
fsGroup: 1000
|
||||||
|
|
||||||
env:
|
env:
|
||||||
TZ: UTC
|
|
||||||
GENERIC_TIMEZONE: "{{ .Values.env.TZ }}"
|
GENERIC_TIMEZONE: "{{ .Values.env.TZ }}"
|
||||||
DB_TYPE: "postgresdb"
|
DB_TYPE: "postgresdb"
|
||||||
DB_POSTGRESDB_USER: "{{ .Values.postgresql.postgresqlUsername }}"
|
DB_POSTGRESDB_USER: "{{ .Values.postgresql.postgresqlUsername }}"
|
||||||
|
|
|
@ -21,7 +21,6 @@ podSecurityContext:
|
||||||
# @default -- See below
|
# @default -- See below
|
||||||
env:
|
env:
|
||||||
# -- Set the container timezone
|
# -- Set the container timezone
|
||||||
TZ: UTC
|
|
||||||
|
|
||||||
# -- Configures service settings for the chart.
|
# -- Configures service settings for the chart.
|
||||||
# @default -- See values.yaml
|
# @default -- See values.yaml
|
||||||
|
|
|
@ -14,7 +14,6 @@ service:
|
||||||
targetPort: 5076
|
targetPort: 5076
|
||||||
|
|
||||||
env: {}
|
env: {}
|
||||||
# TZ: UTC
|
|
||||||
# PUID: 1001
|
# PUID: 1001
|
||||||
probes:
|
probes:
|
||||||
liveness:
|
liveness:
|
||||||
|
|
|
@ -17,7 +17,6 @@ podSecurityContext:
|
||||||
# @default -- See below
|
# @default -- See below
|
||||||
env:
|
env:
|
||||||
# -- Set the container timezone
|
# -- Set the container timezone
|
||||||
TZ: UTC
|
|
||||||
# -- Enable MJPG Streamer
|
# -- Enable MJPG Streamer
|
||||||
# Enable this to ensure camera streaming is enabled you add a video device.
|
# Enable this to ensure camera streaming is enabled you add a video device.
|
||||||
ENABLE_MJPG_STREAMER: "true"
|
ENABLE_MJPG_STREAMER: "true"
|
||||||
|
|
|
@ -14,7 +14,6 @@ service:
|
||||||
targetPort: 3579
|
targetPort: 3579
|
||||||
|
|
||||||
env: {}
|
env: {}
|
||||||
# TZ: UTC
|
|
||||||
# PUID: 1001
|
# PUID: 1001
|
||||||
persistence:
|
persistence:
|
||||||
config:
|
config:
|
||||||
|
|
|
@ -28,7 +28,6 @@ podSecurityContext:
|
||||||
# @default -- See below
|
# @default -- See below
|
||||||
env:
|
env:
|
||||||
# -- Set the container timezone
|
# -- Set the container timezone
|
||||||
TZ: UTC
|
|
||||||
|
|
||||||
# -- Configures service settings for the chart.
|
# -- Configures service settings for the chart.
|
||||||
# @default -- See values.yaml
|
# @default -- See values.yaml
|
||||||
|
|
|
@ -19,7 +19,6 @@ service:
|
||||||
targetPort: 80
|
targetPort: 80
|
||||||
|
|
||||||
env: {}
|
env: {}
|
||||||
# TZ: UTC
|
|
||||||
# PUID: 1001
|
# PUID: 1001
|
||||||
persistence:
|
persistence:
|
||||||
config:
|
config:
|
||||||
|
|
|
@ -11,7 +11,6 @@ podSecurityContext:
|
||||||
runAsGroup: 20
|
runAsGroup: 20
|
||||||
|
|
||||||
env:
|
env:
|
||||||
TZ: UTC
|
|
||||||
PUID: 568
|
PUID: 568
|
||||||
|
|
||||||
service:
|
service:
|
||||||
|
|
|
@ -13,7 +13,6 @@ securityContext:
|
||||||
# @default -- See below
|
# @default -- See below
|
||||||
env:
|
env:
|
||||||
# -- Set the container timezone
|
# -- Set the container timezone
|
||||||
TZ: UTC
|
|
||||||
# -- Set the application log level
|
# -- Set the application log level
|
||||||
LOG_LEVEL: info
|
LOG_LEVEL: info
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,6 @@ securityContext:
|
||||||
# @default -- See below
|
# @default -- See below
|
||||||
env:
|
env:
|
||||||
# -- Set the container timezone
|
# -- Set the container timezone
|
||||||
TZ: UTC
|
|
||||||
|
|
||||||
# -- Configures service settings for the chart.
|
# -- Configures service settings for the chart.
|
||||||
# @default -- See values.yaml
|
# @default -- See values.yaml
|
||||||
|
|
|
@ -10,7 +10,6 @@ secret:
|
||||||
PHOTOPRISM_ADMIN_PASSWORD: "please-change"
|
PHOTOPRISM_ADMIN_PASSWORD: "please-change"
|
||||||
env:
|
env:
|
||||||
HOME: "/photoprism"
|
HOME: "/photoprism"
|
||||||
TZ: UTC
|
|
||||||
PHOTOPRISM_ORIGINALS_PATH: "/photoprism/originals"
|
PHOTOPRISM_ORIGINALS_PATH: "/photoprism/originals"
|
||||||
PHOTOPRISM_IMPORT_PATH: "/photoprism/import"
|
PHOTOPRISM_IMPORT_PATH: "/photoprism/import"
|
||||||
PHOTOPRISM_TEMP_PATH: "/photoprism/temp"
|
PHOTOPRISM_TEMP_PATH: "/photoprism/temp"
|
||||||
|
|
|
@ -4,7 +4,6 @@ image:
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
env:
|
env:
|
||||||
TZ: UTC
|
|
||||||
PHOTOVIEW_DATABASE_DRIVER: "postgres"
|
PHOTOVIEW_DATABASE_DRIVER: "postgres"
|
||||||
PHOTOVIEW_LISTEN_PORT: "{{ .Values.service.main.ports.main.targetPort }}"
|
PHOTOVIEW_LISTEN_PORT: "{{ .Values.service.main.ports.main.targetPort }}"
|
||||||
PHOTOVIEW_MEDIA_CACHE: "/cache"
|
PHOTOVIEW_MEDIA_CACHE: "/cache"
|
||||||
|
|
|
@ -18,7 +18,6 @@ podSecurityContext:
|
||||||
# @default -- See below
|
# @default -- See below
|
||||||
env:
|
env:
|
||||||
# -- Set the container timezone
|
# -- Set the container timezone
|
||||||
TZ: UTC
|
|
||||||
|
|
||||||
# -- Configures service settings for the chart.
|
# -- Configures service settings for the chart.
|
||||||
# @default -- See values.yaml
|
# @default -- See values.yaml
|
||||||
|
|
|
@ -18,7 +18,6 @@ podSecurityContext:
|
||||||
# @default -- See below
|
# @default -- See below
|
||||||
env:
|
env:
|
||||||
# -- Set the container timezone
|
# -- Set the container timezone
|
||||||
TZ: UTC
|
|
||||||
|
|
||||||
# -- Configures service settings for the chart.
|
# -- Configures service settings for the chart.
|
||||||
# @default -- See values.yaml
|
# @default -- See values.yaml
|
||||||
|
|
|
@ -13,7 +13,6 @@ securityContext:
|
||||||
# @default -- See below
|
# @default -- See below
|
||||||
env:
|
env:
|
||||||
# -- Set the container timezone
|
# -- Set the container timezone
|
||||||
TZ: UTC
|
|
||||||
|
|
||||||
# -- Configures service settings for the chart.
|
# -- Configures service settings for the chart.
|
||||||
# @default -- See values.yaml
|
# @default -- See values.yaml
|
||||||
|
|
|
@ -17,7 +17,6 @@ podSecurityContext:
|
||||||
# @default -- See below
|
# @default -- See below
|
||||||
env:
|
env:
|
||||||
# -- Set the container timezone
|
# -- Set the container timezone
|
||||||
TZ: UTC
|
|
||||||
# -- Specify the user ID the application will run as
|
# -- Specify the user ID the application will run as
|
||||||
PUID: 568
|
PUID: 568
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,6 @@ securityContext:
|
||||||
readOnlyRootFilesystem: false
|
readOnlyRootFilesystem: false
|
||||||
|
|
||||||
env: {}
|
env: {}
|
||||||
# TZ: UTC
|
|
||||||
# PUID: 1001
|
# PUID: 1001
|
||||||
|
|
||||||
service:
|
service:
|
||||||
|
|
|
@ -14,7 +14,6 @@ service:
|
||||||
targetPort: 7878
|
targetPort: 7878
|
||||||
|
|
||||||
env: {}
|
env: {}
|
||||||
# TZ: UTC
|
|
||||||
# PUID: 1001
|
# PUID: 1001
|
||||||
probes:
|
probes:
|
||||||
liveness:
|
liveness:
|
||||||
|
|
|
@ -14,7 +14,6 @@ service:
|
||||||
targetPort: 8787
|
targetPort: 8787
|
||||||
|
|
||||||
env: {}
|
env: {}
|
||||||
# TZ: UTC
|
|
||||||
# PUID: 1001
|
# PUID: 1001
|
||||||
probes:
|
probes:
|
||||||
liveness:
|
liveness:
|
||||||
|
|
|
@ -9,7 +9,6 @@ image:
|
||||||
# -- environment variables. See more environment variables in the [reg documentation](https://github.com/genuinetools/reg).
|
# -- environment variables. See more environment variables in the [reg documentation](https://github.com/genuinetools/reg).
|
||||||
env:
|
env:
|
||||||
# -- Set the container timezone
|
# -- Set the container timezone
|
||||||
TZ: UTC
|
|
||||||
# -- Set the server registry
|
# -- Set the server registry
|
||||||
# EXTRA_ARGS: "server --registry r.j3ss.co"
|
# EXTRA_ARGS: "server --registry r.j3ss.co"
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,6 @@ podSecurityContext:
|
||||||
runAsGroup: 0
|
runAsGroup: 0
|
||||||
|
|
||||||
env:
|
env:
|
||||||
TZ: UTC
|
|
||||||
PUID: 568
|
PUID: 568
|
||||||
|
|
||||||
service:
|
service:
|
||||||
|
|
|
@ -11,7 +11,6 @@ service:
|
||||||
targetPort: 8080
|
targetPort: 8080
|
||||||
|
|
||||||
env: {}
|
env: {}
|
||||||
# TZ: UTC
|
|
||||||
# PUID: 1001
|
# PUID: 1001
|
||||||
persistence:
|
persistence:
|
||||||
config:
|
config:
|
||||||
|
|
|
@ -10,7 +10,6 @@ image:
|
||||||
# @default -- See below
|
# @default -- See below
|
||||||
env:
|
env:
|
||||||
# -- Set the container timezone
|
# -- Set the container timezone
|
||||||
TZ: UTC
|
|
||||||
# -- Port where ser2sock listens
|
# -- Port where ser2sock listens
|
||||||
LISTENER_PORT: "{{ .Values.service.main.ports.main.port }}"
|
LISTENER_PORT: "{{ .Values.service.main.ports.main.port }}"
|
||||||
# -- Path to the serial device
|
# -- Path to the serial device
|
||||||
|
|
|
@ -11,7 +11,6 @@ service:
|
||||||
targetPort: 8989
|
targetPort: 8989
|
||||||
|
|
||||||
env: {}
|
env: {}
|
||||||
# TZ: UTC
|
|
||||||
# PUID: 1001
|
# PUID: 1001
|
||||||
probes:
|
probes:
|
||||||
liveness:
|
liveness:
|
||||||
|
|
|
@ -10,7 +10,6 @@ image:
|
||||||
# @default -- See below
|
# @default -- See below
|
||||||
env:
|
env:
|
||||||
# -- Set the container timezone
|
# -- Set the container timezone
|
||||||
TZ: UTC
|
|
||||||
|
|
||||||
securityContext:
|
securityContext:
|
||||||
readOnlyRootFilesystem: false
|
readOnlyRootFilesystem: false
|
||||||
|
|
|
@ -17,7 +17,6 @@ secret:
|
||||||
ADMIN_EMAIL: "info@example.com"
|
ADMIN_EMAIL: "info@example.com"
|
||||||
env:
|
env:
|
||||||
# -- Set the container timezone
|
# -- Set the container timezone
|
||||||
TZ: UTC
|
|
||||||
# -- Name of the Statping instance
|
# -- Name of the Statping instance
|
||||||
NAME: "Statping Example"
|
NAME: "Statping Example"
|
||||||
# -- Description of the Statping instance
|
# -- Description of the Statping instance
|
||||||
|
|
|
@ -12,7 +12,6 @@ podSecurityContext:
|
||||||
runAsGroup: 0
|
runAsGroup: 0
|
||||||
|
|
||||||
env:
|
env:
|
||||||
TZ: UTC
|
|
||||||
DATABASE_CLIENT: "postgres"
|
DATABASE_CLIENT: "postgres"
|
||||||
DATABASE_PORT: 5432
|
DATABASE_PORT: 5432
|
||||||
DATABASE_NAME: "{{ .Values.postgresql.postgresqlDatabase }}"
|
DATABASE_NAME: "{{ .Values.postgresql.postgresqlDatabase }}"
|
||||||
|
|
|
@ -11,7 +11,6 @@ service:
|
||||||
targetPort: 8181
|
targetPort: 8181
|
||||||
|
|
||||||
env: {}
|
env: {}
|
||||||
# TZ: UTC
|
|
||||||
# PUID: 1001
|
# PUID: 1001
|
||||||
persistence:
|
persistence:
|
||||||
config:
|
config:
|
||||||
|
|
|
@ -19,7 +19,6 @@ secret:
|
||||||
DOCS_SMTP_PASSWORD: ""
|
DOCS_SMTP_PASSWORD: ""
|
||||||
env:
|
env:
|
||||||
# -- Set the container timezone
|
# -- Set the container timezone
|
||||||
TZ: UTC
|
|
||||||
# -- The language which will be used as default
|
# -- The language which will be used as default
|
||||||
DOCS_DEFAULT_LANGUAGE: "eng"
|
DOCS_DEFAULT_LANGUAGE: "eng"
|
||||||
# -- The base url used by the application
|
# -- The base url used by the application
|
||||||
|
|
|
@ -28,7 +28,6 @@ secret: {}
|
||||||
# TRANSMISSION_RPC_USERNAME: ""
|
# TRANSMISSION_RPC_USERNAME: ""
|
||||||
# TRANSMISSION_RPC_PASSWORD: ""
|
# TRANSMISSION_RPC_PASSWORD: ""
|
||||||
env:
|
env:
|
||||||
# TZ: UTC
|
|
||||||
# PUID: 1001
|
# PUID: 1001
|
||||||
# TRANSMISSION_ALT_SPEED_DOWN: 50
|
# TRANSMISSION_ALT_SPEED_DOWN: 50
|
||||||
# TRANSMISSION_ALT_SPEED_ENABLED: false
|
# TRANSMISSION_ALT_SPEED_ENABLED: false
|
||||||
|
|
|
@ -19,7 +19,6 @@ service:
|
||||||
targetPort: 80
|
targetPort: 80
|
||||||
|
|
||||||
env: {}
|
env: {}
|
||||||
# TZ: UTC
|
|
||||||
# PUID: 1001
|
# PUID: 1001
|
||||||
persistence:
|
persistence:
|
||||||
data:
|
data:
|
||||||
|
|
|
@ -12,7 +12,6 @@ podSecurityContext:
|
||||||
runAsGroup: 0
|
runAsGroup: 0
|
||||||
|
|
||||||
env:
|
env:
|
||||||
TZ: UTC
|
|
||||||
PUID: 568
|
PUID: 568
|
||||||
|
|
||||||
service:
|
service:
|
||||||
|
|
|
@ -14,7 +14,6 @@ portal:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
||||||
env: {}
|
env: {}
|
||||||
# TZ: UTC
|
|
||||||
# PUID: 1001
|
# PUID: 1001
|
||||||
probes:
|
probes:
|
||||||
liveness:
|
liveness:
|
||||||
|
|
|
@ -10,7 +10,6 @@ image:
|
||||||
# -- Environment variable configuration options for unifi-poller ([docs](https://unifipoller.com/docs/install/configuration)).
|
# -- Environment variable configuration options for unifi-poller ([docs](https://unifipoller.com/docs/install/configuration)).
|
||||||
# Note: a [configuration file](https://github.com/unifi-poller/unifi-poller/blob/master/examples/up.conf.example) is also supported.
|
# Note: a [configuration file](https://github.com/unifi-poller/unifi-poller/blob/master/examples/up.conf.example) is also supported.
|
||||||
env:
|
env:
|
||||||
# TZ: UTC
|
|
||||||
# UP_UNIFI_DEFAULT_URL: "https://127.0.0.1:8443"
|
# UP_UNIFI_DEFAULT_URL: "https://127.0.0.1:8443"
|
||||||
# UP_UNIFI_DEFAULT_USER: "unifipoller"
|
# UP_UNIFI_DEFAULT_USER: "unifipoller"
|
||||||
# UP_UNIFI_DEFAULT_PASS: "unifipoller"
|
# UP_UNIFI_DEFAULT_PASS: "unifipoller"
|
||||||
|
|
|
@ -12,7 +12,6 @@ podSecurityContext:
|
||||||
fsGroup: 1000
|
fsGroup: 1000
|
||||||
|
|
||||||
env:
|
env:
|
||||||
TZ: UTC
|
|
||||||
WEBLATE_TIME_ZONE: "{{ .Values.env.TZ }}"
|
WEBLATE_TIME_ZONE: "{{ .Values.env.TZ }}"
|
||||||
POSTGRES_USER: "{{ .Values.postgresql.postgresqlUsername }}"
|
POSTGRES_USER: "{{ .Values.postgresql.postgresqlUsername }}"
|
||||||
POSTGRES_DATABASE: "{{ .Values.postgresql.postgresqlDatabase }}"
|
POSTGRES_DATABASE: "{{ .Values.postgresql.postgresqlDatabase }}"
|
||||||
|
|
|
@ -10,7 +10,6 @@ image:
|
||||||
# @default -- See below
|
# @default -- See below
|
||||||
env:
|
env:
|
||||||
# -- Set the container timezone
|
# -- Set the container timezone
|
||||||
TZ: UTC
|
|
||||||
WHOOGLE_CONFIG_COUNTRY: ""
|
WHOOGLE_CONFIG_COUNTRY: ""
|
||||||
WHOOGLE_CONFIG_THEME: "dark"
|
WHOOGLE_CONFIG_THEME: "dark"
|
||||||
WHOOGLE_CONFIG_SAFE: true
|
WHOOGLE_CONFIG_SAFE: true
|
||||||
|
|
|
@ -19,7 +19,6 @@ podSecurityContext:
|
||||||
env:
|
env:
|
||||||
# -- Set the container timezone
|
# -- Set the container timezone
|
||||||
PUID: 568
|
PUID: 568
|
||||||
TZ: UTC
|
|
||||||
DB_TYPE: "postgres"
|
DB_TYPE: "postgres"
|
||||||
DB_NAME: "{{ .Values.postgresql.postgresqlDatabase }}"
|
DB_NAME: "{{ .Values.postgresql.postgresqlDatabase }}"
|
||||||
DB_USER: "{{ .Values.postgresql.postgresqlUsername }}"
|
DB_USER: "{{ .Values.postgresql.postgresqlUsername }}"
|
||||||
|
|
|
@ -13,7 +13,6 @@ securityContext:
|
||||||
# @default -- See below
|
# @default -- See below
|
||||||
env:
|
env:
|
||||||
# -- Set the container timezone
|
# -- Set the container timezone
|
||||||
TZ: UTC
|
|
||||||
|
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
|
|
Loading…
Reference in New Issue