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

Commit

Permalink
chore: remove lets encrypt
Browse files Browse the repository at this point in the history
  • Loading branch information
foo0x29a committed Jun 28, 2023
1 parent e98bd34 commit a3d62c5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 33 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.23
version: 0.1.24

# 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
29 changes: 0 additions & 29 deletions charts/topos-observability/templates/00-lets-encrypt-issuer.yaml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ metadata:
name: prometheus
annotations:
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
nginx.ingress.kubernetes.io/auth-realm: 'Authentication Required'
Expand All @@ -40,7 +39,6 @@ metadata:
name: otel-grpc
annotations:
kubernetes.io/ingress.class: "nginx-internal"
cert-manager.io/issuer: "letsencrypt-{{ .Values.environment }}"
nginx.ingress.kubernetes.io/backend-protocol: "GRPC"
spec:
tls:
Expand All @@ -65,7 +63,6 @@ metadata:
name: otel-http
annotations:
kubernetes.io/ingress.class: "nginx-internal"
cert-manager.io/issuer: "letsencrypt-{{ .Values.environment }}"
spec:
tls:
- hosts:
Expand Down

0 comments on commit a3d62c5

Please sign in to comment.