Skip to content

Commit

Permalink
fix(tempo): disable ingresses
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Lamirault <[email protected]>
  • Loading branch information
nlamirault committed Jan 25, 2024
1 parent 75a9d47 commit 381e404
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 27 deletions.
2 changes: 1 addition & 1 deletion gitops/argocd/charts/tracing/tempo/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ spec:
pathType: Prefix
backend:
service:
name: tempo
name: tempo-gateway
port:
number: 4317
{{ end }}
Expand Down
27 changes: 1 addition & 26 deletions gitops/argocd/charts/tracing/tempo/values-k3s-homelab.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,32 +16,7 @@
# SPDX-License-Identifier: Apache-2.0

ingress:
enabled: true
entries:
- name: tempo-external
host: tempo.home.portefaix.xyz
className: nginx
# annotations:
# hajimari.io/enable: "true"
# hajimari.io/icon: "logos:tempo"
# hajimari.io/appName: "Tempo"
# hajimari.io/group: "Observability"
labels: {}
- name: tempo-cloudflare
host: tempo.homelab.k3s.portefaix.xyz
className: nginx
annotations:
external-dns.alpha.kubernetes.io/hostname: tempo.homelab.k3s.portefaix.xyz
nginx.ingress.kubernetes.io/auth-url: |-
http://authentik.identity.svc.cluster.local/outpost.goauthentik.io/auth/nginx
nginx.ingress.kubernetes.io/auth-signin: |-
http://authentik.homelab.k3s.portefaix.xyz/outpost.goauthentik.io/start?rd=$escaped_request_uri
nginx.ingress.kubernetes.io/auth-response-headers: |-
Set-Cookie,X-authentik-username,X-authentik-groups,X-authentik-email,X-authentik-name,X-authentik-uid
nginx.ingress.kubernetes.io/auth-snippet: |
proxy_set_header X-Forwarded-Host $http_host;
labels:
external-dns.io/provider: cloudflare
enabled: false

tempo-distributed:

Expand Down

0 comments on commit 381e404

Please sign in to comment.