Ingress — Apache Ozone
O chart prevê Ingress opcionais para o S3 Gateway (REST e Web UI), OM e SCM. Os hosts listados na exportação de valores são frequentemente exemplos locais (ozone-s3.local, ozone-s3-ui.local, ozone-om.local, ozone-scm.local). Em ambiente real, use placeholders ou domínios que o seu DNS resolva (ex.: *.example.com).
Serviços e portas
| Uso | Parâmetro (referência) | Porta | Host de exemplo (laboratório) |
|---|---|---|---|
| S3 REST | ingress.s3g.rest | 9878 | ozone-s3.local |
| S3 Web UI | ingress.s3g.web | 19878 | ozone-s3-ui.local |
| OM UI | ingress.om | 9874 | ozone-om.local |
| SCM UI | ingress.scm | 9876 | ozone-scm.local |
Exemplo de values (placeholders)
ingress:
s3g:
rest:
enabled: true
hosts:
- host: <host-s3-rest>
paths:
- path: /
pathType: Prefix
web:
enabled: true
hosts:
- host: <host-s3-web>
paths:
- path: /
pathType: Prefix
om:
enabled: true
hosts:
- host: <host-om>
paths:
- path: /
pathType: Prefix
scm:
enabled: true
hosts:
- host: <host-scm>
paths:
- path: /
pathType: Prefix
TLS: configure tls conforme o template do chart e o seu Ingress Controller (os exemplos rápidos costumam usar HTTP).
Instalação
Terminal input
helm upgrade --install <release> \
oci://registry.tecnisys.com.br/tdp/charts/tdp-ozone \
-n <namespace> --create-namespace \
-f meu-values.yaml
Verificação
Terminal input
kubectl -n <namespace> get ingress