mirror of
https://github.com/nold360/hive-apps
synced 2024-11-03 04:16:35 +00:00
48 lines
773 B
YAML
48 lines
773 B
YAML
#env:
|
|
# UMASK: ""
|
|
|
|
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
|