fb8e40c18b
* Refactor Ingress and Add Tests * New HTTP Ingress UI Layout * Cleanup plain TCP and all UDP ingress UI's * Bulk Traefik Changes: - update traefik - move storage to common chart - Remove reflector - Remove Cert-Manager - Add http IngressRoute to common - remove ingress(Route) from traefik - Cleanup Ingress(Route) to be includable in other charts * Update common included with all Apps * Update traefik and addserviceName, servicePort and serviceKind to questions.yaml * Polish: Auto find port and servicename for ingress, allow override * Add basic documentation and examples * Cleanup * small bugfix * fix mini mistake in qbittorrent * Use default torrent port within qbittorrent
24 lines
289 B
YAML
24 lines
289 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
|