Skip to content

Commit

Permalink
feat: remove deprecated thanos traefik api
Browse files Browse the repository at this point in the history
  • Loading branch information
shubham2g committed Dec 19, 2024
1 parent 5e8d404 commit c7496e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions staging/thanos-traefik/templates/ingressroutetcp.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{{ if .Values.enabled }}
---
apiVersion: traefik.containo.us/v1alpha1
apiVersion: traefik.io/v1alpha1
kind: IngressRouteTCP
metadata:
name: {{ include "thanos-traefik.fullname" . }}-ingress
Expand All @@ -21,7 +21,7 @@ spec:
passthrough: false

---
apiVersion: traefik.containo.us/v1alpha1
apiVersion: traefik.io/v1alpha1
kind: TLSOption
metadata:
name: {{ include "thanos-traefik.fullname" . }}-tls-options
Expand Down

0 comments on commit c7496e4

Please sign in to comment.