khuedoan-homelab/platform/zot/values.yaml
2024-03-26 23:26:28 +07:00

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