25 lines
488 B
YAML
25 lines
488 B
YAML
|
env:
|
||
|
APP_CLEAN_INTERVAL: 10m
|
||
|
APP_DEBUG: "false"
|
||
|
image:
|
||
|
pullPolicy: IfNotPresent
|
||
|
repository: tccr.io/truecharts/go-playground
|
||
|
tag: latest@sha256:2d62ed0b15849134aa2bc4bac0fce74be3ea3bcc57ff17b1f10b7557efb3db25
|
||
|
persistence: {}
|
||
|
podSecurityContext:
|
||
|
runAsGroup: 0
|
||
|
runAsUser: 0
|
||
|
securityContext:
|
||
|
readOnlyRootFilesystem: false
|
||
|
runAsNonRoot: false
|
||
|
service:
|
||
|
main:
|
||
|
ports:
|
||
|
main:
|
||
|
port: 8888
|
||
|
protocol: TCP
|
||
|
targetPort: 8000
|
||
|
|
||
|
portal:
|
||
|
enabled: true
|