Skip to content

Commit

Permalink
Feature/kuberhealthy ingress fix (#50)
Browse files Browse the repository at this point in the history
* Fixed kuberhealthy health check ingress

* Updated chart version 2.2.2
  • Loading branch information
shehbaz-pathan authored Jan 28, 2025
1 parent bafffcc commit 43a499c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion charts/nopo11y-stack/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ dependencies:
description: A Helm chart for observability stack
name: nopo11y-stack
type: application
version: 2.2.1
version: 2.2.2
1 change: 0 additions & 1 deletion charts/nopo11y-stack/templates/nginx-ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ metadata:
{{- if hasKey . "rewritePath" }}
{{- if contains "nopo11y-health-check" .path }}
annotations:
kubernetes.io/ingress.class: nginx
nginx.ingress.kubernetes.io/rewrite-target: /
nginx.ingress.kubernetes.io/add-base-url : "true"
{{- end }}
Expand Down

0 comments on commit 43a499c

Please sign in to comment.