diff --git a/charts/opencost/values.yaml b/charts/opencost/values.yaml index 3d57aff..1a42f58 100644 --- a/charts/opencost/values.yaml +++ b/charts/opencost/values.yaml @@ -453,6 +453,22 @@ opencost: # - secretName: chart-example-tls # hosts: # - chart-example.local + route: + # -- OpenShift route for OpenCost UI + enabled: false + # -- Annotations for Ingress resource + annotations: {} + # haproxy.router.openshift.io/timeout: 1m + # @default -- See [values.yaml](values.yaml) + host: example.local + path: + # -- Redirect ingress to an extraPort defined on the service such as oauth-proxy + targetPort: http-ui + # targetPort: oauth-proxy + # -- Ingress TLS configuration + tls: [] + # insecureEdgeTerminationPolicy: Redirect + # termination: edge sigV4Proxy: image: public.ecr.aws/aws-observability/aws-sigv4-proxy:latest