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

54 lines
1,004 B
YAML
Raw Normal View History

2023-02-13 07:41:57 +00:00
image:
2024-01-04 16:04:39 +00:00
repository: ghcr.io/trow-registry/trow
tag: 0.6.4
2023-02-13 07:41:57 +00:00
2022-01-22 23:51:42 +00:00
trow:
logLevel: info
2022-01-22 23:51:42 +00:00
domain: reg.dc
2024-02-16 13:12:22 +00:00
proxyRegistries:
2024-01-04 16:04:39 +00:00
config:
offline: false
registries:
- alias: docker
2024-01-04 20:37:39 +00:00
#host: registry-1.docker.io
host: mirror.gcr.io
2024-01-04 16:04:39 +00:00
- alias: nvcr
host: https://nvcr.io
- alias: quay
host: quay.io
- alias: ghcr
host: ghcr.io
- alias: gcr
host: gcr.io
2022-01-22 23:51:42 +00:00
service:
type: ClusterIP
port: 8000
ingress:
enabled: true
annotations:
cert-manager.io/cluster-issuer: vault-issuer
2024-01-04 16:04:39 +00:00
nginx.ingress.kubernetes.io/proxy-body-size: "0"
2024-02-03 08:26:03 +00:00
nginx.ingress.kubernetes.io/proxy-read-timeout: '4200'
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
2024-01-04 16:04:39 +00:00
volumeClaim:
accessModes: ["ReadWriteOnce"]
resources:
requests:
storage: 20Gi