hive-apps/projects/registry/values/trow.yaml

44 lines
732 B
YAML
Raw Normal View History

2023-02-13 07:41:57 +00:00
image:
repository: containersol/trow
tag: "0.3.5"
2022-01-22 23:51:42 +00:00
trow:
domain: reg.dc
validation:
enabled: false
2023-02-14 21:10:07 +00:00
allowDocker: true
2022-01-22 23:51:42 +00:00
allowKubernetes: true
proxyDockerHub: true
service:
type: ClusterIP
port: 8000
ingress:
enabled: true
annotations:
cert-manager.io/cluster-issuer: vault-issuer
nginx.ingress.kubernetes.io/proxy-body-size: "1G"
2022-01-22 23:51:42 +00:00
hosts:
- paths: ['/']
host: reg.dc
tls:
- secretName: chart-example-tls
hosts:
- reg.dc
resources:
limits:
2023-02-13 07:41:57 +00:00
cpu: 500m
memory: 256Mi
2022-01-22 23:51:42 +00:00
requests:
cpu: 100m
memory: 64Mi
2023-02-13 07:41:57 +00:00
automountServiceAccountToken: false
podSecurityContext:
runAsUser: 333333
runAsGroup: 333333
fsGroup: 333333
containerSecurityContext: {}