d22b481a3f
* 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
26 lines
315 B
YAML
26 lines
315 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
|