34 lines
656 B
YAML
34 lines
656 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: ckulka/baikal
|
|
tag: 0.9.4-nginx@sha256:1433f34408364e500c7da75cf9bff26103e2b52ee8de19b089ef002973578bcb
|
|
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
|