Squashed commit: [9ae7dd0f] add helm-docs to workflow [2206f5ba] fix small typo in workflows (+1 squashed commits) Squashed commits: [29c2ceb4] Documentation-Cleanup (#181) * work on readme generation * document windows setup * add simple pre-commit install script * more docs for git setup * Update pre-commit * pre-commit automatic fixes * Increase all patch versions * Auto Readme and Config doc * Auto app-readme.md generation * increase common and common-test versions accordingly (due to cleanup) * move contribution guidelines to /development in wiki * fix some end-of-line issues (again) * fix line 14 of workflows
64 lines
1.0 KiB
YAML
64 lines
1.0 KiB
YAML
image:
|
|
repository: b4bz/homer
|
|
tag: latest
|
|
pullPolicy: IfNotPresent
|
|
|
|
service:
|
|
port:
|
|
port: 8080
|
|
|
|
ingress:
|
|
enabled: true
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
emptyDir: true
|
|
mountPath: /www/assets
|
|
|
|
addons:
|
|
codeserver:
|
|
enabled: true
|
|
workingDir: "/www/assets"
|
|
ingress:
|
|
enabled: true
|
|
volumeMounts:
|
|
- name: config
|
|
mountPath: /www/assets
|
|
|
|
fixMountPermissions: false
|
|
appVolumeMounts:
|
|
data:
|
|
enabled: true
|
|
emptyDir: true
|
|
datasetName: "data"
|
|
mountPath: "/data"
|
|
hostPathEnabled: true
|
|
hostPath: "/tmp"
|
|
test:
|
|
enabled: true
|
|
emptyDir: true
|
|
datasetName: "test"
|
|
mountPath: "/test"
|
|
hostPathEnabled: true
|
|
hostPath: "/tmp"
|
|
|
|
appAdditionalServicesEnabled: true
|
|
appAdditionalServices:
|
|
extra-tcp:
|
|
enabled: true
|
|
type: ClusterIP
|
|
port:
|
|
port: 51414
|
|
name: tcp-test
|
|
protocol: TCP
|
|
targetPort: 51414
|
|
extra-udp:
|
|
enabled: true
|
|
type: ClusterIP
|
|
port:
|
|
port: 51414
|
|
name: udp-test
|
|
protocol: UDP
|
|
targetPort: 51414
|