mirror of
https://github.com/nold360/hive-apps
synced 2024-11-20 04:29:26 +00:00
Replaced harbor with trow
This commit is contained in:
parent
397829da84
commit
78a1986619
3 changed files with 36 additions and 33 deletions
|
@ -1,7 +1,7 @@
|
|||
config:
|
||||
description: Container Image Registry
|
||||
apps:
|
||||
- name: harbor
|
||||
repoURL: https://helm.goharbor.io
|
||||
chart: harbor
|
||||
targetRevision: 1.8.1
|
||||
- name: trow
|
||||
repoURL: https://github.com/ContainerSolutions/trow/
|
||||
path: charts/trow
|
||||
targetRevision: main
|
||||
|
|
|
@ -1,29 +0,0 @@
|
|||
expose:
|
||||
type: ingress
|
||||
tls:
|
||||
enabled: true
|
||||
certSource: secret
|
||||
secret:
|
||||
secretName: "harbor-tls"
|
||||
notarySecretName: "notarty-tls"
|
||||
ingress:
|
||||
hosts:
|
||||
core: registry.dc
|
||||
notary: notary.dc
|
||||
controller: default
|
||||
className: ""
|
||||
annotations:
|
||||
traefik.ingress.kubernetes.io/router.tls: 'true'
|
||||
cert-manager.io/cluster-issuer: vault-issuer
|
||||
|
||||
externalURL: https://registry.dc
|
||||
|
||||
ipFamily:
|
||||
ipv6:
|
||||
enabled: false
|
||||
|
||||
persistence:
|
||||
enabled: true
|
||||
|
||||
notary:
|
||||
enabled: false
|
32
projects/registry/values/trow.yaml
Normal file
32
projects/registry/values/trow.yaml
Normal file
|
@ -0,0 +1,32 @@
|
|||
trow:
|
||||
domain: reg.dc
|
||||
validation:
|
||||
enabled: false
|
||||
allowDocker: false
|
||||
allowKubernetes: true
|
||||
proxyDockerHub: true
|
||||
|
||||
service:
|
||||
type: ClusterIP
|
||||
port: 8000
|
||||
|
||||
ingress:
|
||||
enabled: true
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: vault-issuer
|
||||
traefik.ingress.kubernetes.io/router.tls: 'true'
|
||||
hosts:
|
||||
- paths: ['/']
|
||||
host: reg.dc
|
||||
tls:
|
||||
- secretName: chart-example-tls
|
||||
hosts:
|
||||
- reg.dc
|
||||
|
||||
resources:
|
||||
limits:
|
||||
cpu: 100m
|
||||
memory: 128Mi
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 64Mi
|
Loading…
Reference in a new issue