2022-07-20 19:13:31 +00:00
|
|
|
env:
|
|
|
|
APP_CLEAN_INTERVAL: 10m
|
2022-07-22 18:23:01 +00:00
|
|
|
APP_DEBUG: "false"
|
2022-07-20 19:13:31 +00:00
|
|
|
image:
|
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
repository: tccr.io/truecharts/go-playground
|
2022-10-24 06:14:38 +00:00
|
|
|
tag: latest@sha256:2d62ed0b15849134aa2bc4bac0fce74be3ea3bcc57ff17b1f10b7557efb3db25
|
2022-07-20 19:13:31 +00:00
|
|
|
persistence: {}
|
|
|
|
podSecurityContext:
|
|
|
|
runAsGroup: 0
|
|
|
|
runAsUser: 0
|
|
|
|
securityContext:
|
|
|
|
readOnlyRootFilesystem: false
|
|
|
|
runAsNonRoot: false
|
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
port: 8888
|
|
|
|
protocol: TCP
|
|
|
|
targetPort: 8000
|
2022-08-08 21:25:02 +00:00
|
|
|
|
|
|
|
portal:
|
|
|
|
enabled: true
|