23 lines
467 B
YAML
23 lines
467 B
YAML
env:
|
|
site_domain: ""
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/lingva
|
|
tag: latest@sha256:7723a3498611a8eaf8584fc3bfbad5b5532188b6928672b5d12ecf2d90f3076c
|
|
persistence: {}
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
service:
|
|
main:
|
|
enabled: true
|
|
ports:
|
|
main:
|
|
enabled: true
|
|
port: 3000
|
|
protocol: TCP
|
|
targetPort: 3000
|