Files
truecharts/charts/gaps/2.0.0/test_values.yaml
T
Kjeld Schouten-Lebbing d22b481a3f [Common] Refactor Services (#212)
* Refactor All Services

- services (dict, including main service)
- additionalServices (list)

* Add Documentation and standardised questions.yaml layout for services

* Update all existing Apps to 2.0.0

* Fix whiteline error

* fix addons
2021-03-03 16:51:25 +01:00

34 lines
427 B
YAML

# Default values for Gaps.
image:
repository: housewrecker/gaps
pullPolicy: IfNotPresent
tag: latest
strategy:
type: Recreate
services:
main:
port:
port: 8484
env: {}
# TZ: UTC
persistence:
data:
enabled: false
emptyDir: false
mountPath: /usr/data
appIngressEnabled: false
appVolumeMounts:
data:
enabled: true
emptyDir: true
setPermissions: true
mountPath: "/data"