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.3
|
2023-02-13 07:41:57 +00:00
|
|
|
|
2022-01-22 23:51:42 +00:00
|
|
|
trow:
|
2023-09-18 17:02:31 +00:00
|
|
|
logLevel: info
|
2022-01-22 23:51:42 +00:00
|
|
|
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
|
2024-01-04 16:04:39 +00:00
|
|
|
proxyConfig:
|
|
|
|
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"
|
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
|