Ingress — Apache Ozone
The chart provides optional Ingress resources for the S3 Gateway (REST and Web UI), OM, and SCM. The hosts listed in the values export are often local examples (ozone-s3.local, ozone-s3-ui.local, ozone-om.local, ozone-scm.local). In a real environment, use placeholders or domains that your DNS resolves (e.g., *.example.com).
Services and ports
| Usage | Parameter (reference) | Port | Example host (lab) |
|---|---|---|---|
| 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 |
Example 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 according to the chart template and your Ingress Controller (quick examples typically use HTTP).
Installation
Terminal input
helm upgrade --install <release> \
oci://registry.tecnisys.com.br/tdp/charts/tdp-ozone \
-n <namespace> --create-namespace \
-f meu-values.yaml
Verification
Terminal input
kubectl -n <namespace> get ingress