2023-02-13 08:41:57 +01:00
|
|
|
image:
|
2024-01-04 17:04:39 +01:00
|
|
|
repository: ghcr.io/trow-registry/trow
|
2024-02-14 00:30:43 +00:00
|
|
|
tag: 0.6.4
|
2023-02-13 08:41:57 +01:00
|
|
|
|
2022-01-23 00:51:42 +01:00
|
|
|
trow:
|
2023-09-18 19:02:31 +02:00
|
|
|
logLevel: info
|
2022-01-23 00:51:42 +01:00
|
|
|
domain: reg.dc
|
2024-02-16 14:12:22 +01:00
|
|
|
proxyRegistries:
|
2024-01-04 17:04:39 +01:00
|
|
|
config:
|
|
|
|
offline: false
|
|
|
|
registries:
|
|
|
|
- alias: docker
|
2024-01-04 21:37:39 +01:00
|
|
|
#host: registry-1.docker.io
|
|
|
|
host: mirror.gcr.io
|
2024-01-04 17:04:39 +01:00
|
|
|
- alias: nvcr
|
|
|
|
host: https://nvcr.io
|
|
|
|
- alias: quay
|
|
|
|
host: quay.io
|
|
|
|
- alias: ghcr
|
|
|
|
host: ghcr.io
|
|
|
|
- alias: gcr
|
|
|
|
host: gcr.io
|
2022-01-23 00:51:42 +01:00
|
|
|
service:
|
|
|
|
type: ClusterIP
|
|
|
|
port: 8000
|
|
|
|
|
|
|
|
ingress:
|
|
|
|
enabled: true
|
|
|
|
annotations:
|
|
|
|
cert-manager.io/cluster-issuer: vault-issuer
|
2024-01-04 17:04:39 +01:00
|
|
|
nginx.ingress.kubernetes.io/proxy-body-size: "0"
|
2024-02-03 09:26:03 +01:00
|
|
|
nginx.ingress.kubernetes.io/proxy-read-timeout: '4200'
|
2022-01-23 00:51:42 +01:00
|
|
|
hosts:
|
|
|
|
- paths: ['/']
|
|
|
|
host: reg.dc
|
|
|
|
tls:
|
|
|
|
- secretName: chart-example-tls
|
|
|
|
hosts:
|
|
|
|
- reg.dc
|
|
|
|
|
|
|
|
resources:
|
|
|
|
limits:
|
2023-02-13 08:41:57 +01:00
|
|
|
cpu: 500m
|
|
|
|
memory: 256Mi
|
2022-01-23 00:51:42 +01:00
|
|
|
requests:
|
|
|
|
cpu: 100m
|
|
|
|
memory: 64Mi
|
2024-01-04 17:04:39 +01:00
|
|
|
|
|
|
|
volumeClaim:
|
|
|
|
accessModes: ["ReadWriteOnce"]
|
|
|
|
resources:
|
|
|
|
requests:
|
|
|
|
storage: 20Gi
|