Skip to content

Commit

Permalink
charts/opencost/values.yaml: add possibility to create an OpenShift r…
Browse files Browse the repository at this point in the history
…oute
  • Loading branch information
kastl-ars committed Dec 6, 2024
1 parent 2485c35 commit dc1e046
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions charts/opencost/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dc1e046

Please sign in to comment.