Files
truecharts/charts/incubator/rmlint/values.yaml
T
Stavros KoisandGitHub 9056d3c8f7 fix(incubator): some cleanup (#3586)
* fix(arksurvival): cleanup

* cleanup

* update questions

* chore(incubator): some cleanup

* remove enabled true from main services

* bump all incubator

* lint

* empty lines

* emtpy line
2022-08-27 02:12:33 +03:00

31 lines
571 B
YAML

env:
GUAC_PASS: ""
GUAC_USER: ""
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/rmlint
tag: latest@sha256:9f8823388453aa296ad8738a693d2037b146947146c0db4c6b6dc3638771ef26
persistence:
config:
enabled: true
mountPath: /config
searchlocation:
enabled: true
mountPath: /root
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
service:
main:
ports:
main:
port: 8322
protocol: TCP
targetPort: 8080
portal:
enabled: true