34 lines
656 B
YAML
34 lines
656 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: ckulka/baikal
|
|
tag: 0.9.5-nginx@sha256:6b652051b6117b71e5f6cdf8db0f01ac55c686ea83693c61839ee2f9c96cf793
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /var/www/baikal/config
|
|
specific:
|
|
enabled: true
|
|
mountPath: /var/www/baikal/Specific
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10293
|
|
protocol: http
|
|
targetPort: 80
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
BAIKAL_SKIP_CHOWN: false
|