44 lines
759 B
YAML
44 lines
759 B
YAML
image:
|
|
repository: tccr.io/truecharts/fossil
|
|
pullPolicy: IfNotPresent
|
|
tag: v2.15.1-ls4@sha256:5894297e0c90a431a7e93382054ac120e10860c132fce1ac35467c74c900e330
|
|
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
probes:
|
|
liveness:
|
|
type: http
|
|
path: /
|
|
readiness:
|
|
type: http
|
|
path: /
|
|
startup:
|
|
type: http
|
|
path: /
|
|
env: {}
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10083
|
|
targetPort: 8080
|
|
|
|
persistence:
|
|
varrun:
|
|
enabled: true
|
|
|
|
portal:
|
|
open:
|
|
enabled: true
|