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