Files
truecharts/charts/stable/remotely/values.yaml
T
2024-10-18 17:19:59 +02:00

24 lines
387 B
YAML

image:
pullPolicy: IfNotPresent
repository: immybot/remotely
tag: latest
persistence:
data:
enabled: true
mountPath: /remotely-data
portal:
open:
enabled: true
securityContext:
container:
readOnlyRootFilesystem: false
runAsGroup: 0
runAsUser: 0
service:
main:
ports:
main:
port: 9280
protocol: tcp
targetPort: 5000