2022-10-30 11:00:15 +00:00
|
|
|
#env:
|
|
|
|
# UMASK: ""
|
2022-10-30 09:59:04 +00:00
|
|
|
|
|
|
|
image:
|
|
|
|
pullPolicy: Always
|
|
|
|
repository: tccr.io/truecharts/conreq
|
|
|
|
tag: latest
|
|
|
|
|
|
|
|
persistence:
|
|
|
|
config:
|
|
|
|
enabled: true
|
|
|
|
mountPath: /config
|
|
|
|
|
|
|
|
podSecurityContext:
|
|
|
|
runAsGroup: 0
|
|
|
|
runAsUser: 0
|
|
|
|
securityContext:
|
|
|
|
readOnlyRootFilesystem: false
|
|
|
|
runAsNonRoot: false
|
|
|
|
|
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
port: 8000
|
|
|
|
protocol: TCP
|
|
|
|
targetPort: 8000
|
|
|
|
|
|
|
|
ingress:
|
|
|
|
main:
|
|
|
|
enabled: true
|
|
|
|
enableFixedMiddlewares: false
|
|
|
|
annotations:
|
|
|
|
cert-manager.io/cluster-issuer: vault-issuer
|
|
|
|
traefik.ingress.kubernetes.io/router.tls: 'true'
|
|
|
|
hosts:
|
|
|
|
- host: conreq.dc
|
|
|
|
paths:
|
|
|
|
- path: /
|
|
|
|
pathType: Prefix
|
|
|
|
tls:
|
|
|
|
- secretName: conreq-tls
|
|
|
|
hosts:
|
|
|
|
- conreq.dc
|
|
|
|
|
|
|
|
|
|
|
|
portal:
|
|
|
|
enabled: false
|