mirror of
https://github.com/khuedoan/homelab.git
synced 2024-12-22 22:04:57 +07:00
21 lines
435 B
YAML
21 lines
435 B
YAML
zot:
|
|
ingress:
|
|
enabled: true
|
|
annotations:
|
|
cert-manager.io/cluster-issuer: letsencrypt-prod
|
|
nginx.ingress.kubernetes.io/proxy-body-size: "0"
|
|
className: nginx
|
|
hosts:
|
|
- host: &host registry.khuedoan.com
|
|
paths:
|
|
- path: /
|
|
tls:
|
|
- secretName: zot-tls-certificate
|
|
hosts:
|
|
- *host
|
|
# TODO enable auth
|
|
persistence: true
|
|
pvc:
|
|
create: true
|
|
storage: 10Gi
|