From aaf410df4a64f6dbcb0d4c9527d1dcf5666b3705 Mon Sep 17 00:00:00 2001 From: nold Date: Thu, 4 Jan 2024 17:04:39 +0100 Subject: [PATCH] feat(registry): gcr.io & ghcr.io --- projects/registry/values/trow.yaml | 42 ++++++++++++++++-------------- 1 file changed, 23 insertions(+), 19 deletions(-) diff --git a/projects/registry/values/trow.yaml b/projects/registry/values/trow.yaml index 17cc579e..8eb918bd 100644 --- a/projects/registry/values/trow.yaml +++ b/projects/registry/values/trow.yaml @@ -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