feat(registry): gcr.io & ghcr.io

This commit is contained in:
nold 2024-01-04 17:04:39 +01:00
parent 15929c0eff
commit aaf410df4a

View file

@ -1,8 +1,6 @@
image:
tag: latest
repository: nold360/trow
# #repository: ghcr.io/trow-registry/trow
# repository: containersol/trow
repository: ghcr.io/trow-registry/trow
tag: 0.6.3
trow:
logLevel: info
@ -12,20 +10,20 @@ trow:
allowDocker: true
allowKubernetes: true
proxyDockerHub: true
# proxyConfig:
# enableWebhook: false
# ## Ignore or Fail
# onWebhookFailure: Ignore
# config:
# offline: false
# registries:
# - alias: docker
# host: registry-1.docker.io
# - alias: quay
# host: quay.io
#
proxyConfig:
config:
offline: false
registries:
- alias: docker
host: registry-1.docker.io
- alias: nvcr
host: https://nvcr.io
- alias: quay
host: quay.io
- alias: ghcr
host: ghcr.io
- alias: gcr
host: gcr.io
service:
type: ClusterIP
port: 8000
@ -34,7 +32,7 @@ ingress:
enabled: true
annotations:
cert-manager.io/cluster-issuer: vault-issuer
nginx.ingress.kubernetes.io/proxy-body-size: "1G"
nginx.ingress.kubernetes.io/proxy-body-size: "0"
hosts:
- paths: ['/']
host: reg.dc
@ -50,3 +48,9 @@ resources:
requests:
cpu: 100m
memory: 64Mi
volumeClaim:
accessModes: ["ReadWriteOnce"]
resources:
requests:
storage: 20Gi