28 lines
532 B
YAML
28 lines
532 B
YAML
env: {}
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/remotely
|
|
tag: latest@sha256:7e79785d1cb28404f5a763420f7330bf581f87f639ed6a255833037ed5a18985
|
|
persistence:
|
|
data:
|
|
enabled: true
|
|
mountPath: /remotely-data
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
service:
|
|
main:
|
|
enabled: true
|
|
ports:
|
|
main:
|
|
enabled: true
|
|
port: 9280
|
|
protocol: TCP
|
|
targetPort: 5000
|
|
|
|
portal:
|
|
enabled: true
|