Files
truecharts/charts/incubator/tracks/values.yaml
T
TrueCharts BotandGitHub 4dc32a9142 chore(deps): update docker general non-major (#3736)
* chore(deps): update docker general non-major

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-09-11 12:08:28 +02:00

32 lines
662 B
YAML

env:
BUNDLE_WITHOUT: ""
DATABASE_ENCODING: utf8
DATABASE_HOST: 10.0.0.10
DATABASE_NAME: tracks
DATABASE_PASSWORD: password
DATABASE_PORT: "3306"
DATABASE_TYPE: mysql2
DATABASE_USERNAME: tracks
RAILS_ENV: production
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/tracks
tag: latest@sha256:aa3136df48c872dd38fcb48fd648b12ba658050ae60a4a0f197c67178c1ff1c5
persistence: {}
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
service:
main:
ports:
main:
port: 3000
protocol: TCP
targetPort: 3000
portal:
enabled: true