Skip to main content
Version Next

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

UsageParameter (reference)PortExample host (lab)
S3 RESTingress.s3g.rest9878ozone-s3.local
S3 Web UIingress.s3g.web19878ozone-s3-ui.local
OM UIingress.om9874ozone-om.local
SCM UIingress.scm9876ozone-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