* feat(apps): Add LSIO based Apps * try different config dir for scrutiny * remove comments * some work on icons/descriptions * more icons/description * more icons/desc! * shorten descriptions * make desc oneliner * sync security options to questions * sync storage * add services * doc ports * fix port conflicts * document ports * sync env-vars Co-authored-by: Stavros kois <s.kois@outlook.com>
14 lines
197 B
YAML
14 lines
197 B
YAML
image:
|
|
repository: tccr.io/truecharts/CHARTNAME
|
|
pullPolicy: IfNotPresent
|
|
tag: CHARTTAG
|
|
|
|
env: {}
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
targetPort: CHARTPORT
|
|
port: CHARTPORT
|