Saltar para o conteúdo principal
Versão Next 🚧

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

UsoParâmetro (referência)PortaHost de exemplo (laboratório)
S3 RESTingress.s3g.rest9878ozone-s3.local
S3 Web UIingress.s3g.web19878ozone-s3-ui.local
OM UIingress.om9874ozone-om.local
SCM UIingress.scm9876ozone-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