26 lines
493 B
YAML
26 lines
493 B
YAML
env:
|
|
UMASK: ""
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: cr.hotio.dev/hotio/conreq
|
|
tag: latest@sha256:8d070b99b8f40cb4af365ca75809a7ad1613538e56d3a916bf3564c4da718839
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /config
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 8000
|
|
protocol: TCP
|
|
targetPort: 8000
|
|
portal:
|
|
enabled: true
|