mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-07 05:51:17 +07:00
28 lines
637 B
YAML
28 lines
637 B
YAML
trow:
|
|
trow:
|
|
domain: registry.khuedoan.com
|
|
# user: user
|
|
# password: password
|
|
validation:
|
|
enabled: false
|
|
allowDocker: false
|
|
allowKubernetes: true
|
|
allowPrefixes: []
|
|
allowImages: []
|
|
disallowLocalPrefixes: []
|
|
disallowLocalImages: []
|
|
proxyDockerHub: false
|
|
|
|
ingress:
|
|
enabled: false # TODO https://github.com/ContainerSolutions/trow/issues/282
|
|
annotations:
|
|
cert-manager.io/cluster-issuer: "letsencrypt-prod"
|
|
hosts:
|
|
- host: &host registry.khuedoan.com
|
|
paths:
|
|
- "/"
|
|
tls:
|
|
- secretName: trow-tls-certificate
|
|
hosts:
|
|
- *host
|