Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
chore: bump observability chart
Browse files Browse the repository at this point in the history
  • Loading branch information
foo0x29a committed Jun 28, 2023
1 parent 165c2fb commit e98bd34
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/topos-observability/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.22
version: 0.1.23

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ kind: Ingress
metadata:
name: prometheus
annotations:
kubernetes.io/ingress.class: "nginx"
kubernetes.io/ingress.class: "nginx-internal"
cert-manager.io/issuer: "letsencrypt-{{ .Values.environment }}"
nginx.ingress.kubernetes.io/auth-type: basic
nginx.ingress.kubernetes.io/auth-secret: prometheus-basic-auth
Expand All @@ -39,7 +39,7 @@ kind: Ingress
metadata:
name: otel-grpc
annotations:
kubernetes.io/ingress.class: "nginx"
kubernetes.io/ingress.class: "nginx-internal"
cert-manager.io/issuer: "letsencrypt-{{ .Values.environment }}"
nginx.ingress.kubernetes.io/backend-protocol: "GRPC"
spec:
Expand All @@ -64,7 +64,7 @@ kind: Ingress
metadata:
name: otel-http
annotations:
kubernetes.io/ingress.class: "nginx"
kubernetes.io/ingress.class: "nginx-internal"
cert-manager.io/issuer: "letsencrypt-{{ .Values.environment }}"
spec:
tls:
Expand Down

0 comments on commit e98bd34

Please sign in to comment.