Skip to content

Commit 43a499c

Browse files
Feature/kuberhealthy ingress fix (#50)
* Fixed kuberhealthy health check ingress * Updated chart version 2.2.2
1 parent bafffcc commit 43a499c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

charts/nopo11y-stack/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ dependencies:
4848
description: A Helm chart for observability stack
4949
name: nopo11y-stack
5050
type: application
51-
version: 2.2.1
51+
version: 2.2.2

charts/nopo11y-stack/templates/nginx-ingress.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ metadata:
1212
{{- if hasKey . "rewritePath" }}
1313
{{- if contains "nopo11y-health-check" .path }}
1414
annotations:
15-
kubernetes.io/ingress.class: nginx
1615
nginx.ingress.kubernetes.io/rewrite-target: /
1716
nginx.ingress.kubernetes.io/add-base-url : "true"
1817
{{- end }}

0 commit comments

Comments
 (0)