commit a9d824aa69814ec22f548b2e13097390bcabe9e7 parent 88df42712fa1e33a36de2b3e7ea873801a09d13f Author: MTRNord <mtrnord1@gmail.com> Date: Wed, 25 Sep 2024 20:31:38 +0200 Fix config Diffstat:
| M | apps/base/traefik/dashboard_ingressroute.yml | | | 16 | +++++++--------- |
1 file changed, 7 insertions(+), 9 deletions(-)
diff --git a/apps/base/traefik/dashboard_ingressroute.yml b/apps/base/traefik/dashboard_ingressroute.yml @@ -1,19 +1,18 @@ --- -apiVersion: traefik.containo.us/v1alpha1 +apiVersion: traefik.io/v1alpha1 kind: IngressRoute metadata: name: traefik-dashboard namespace: traefik-ingress spec: entryPoints: - - web - websecure routes: - - match: Host(`dashboard.kubernetes.midnightthoughts.space`) - kind: Rule - services: - - name: api@internal - kind: TraefikService + - match: Host(`dashboard.kubernetes.midnightthoughts.space`) + kind: Rule + services: + - name: api@internal + kind: TraefikService tls: secretName: midnightthoughts-tls-secret domains: @@ -32,4 +31,4 @@ spec: name: letsencrypt-dns # We can reference ClusterIssuers by changing the kind here. # The default value is Issuer (i.e. a locally namespaced Issuer) - kind: ClusterIssuer -\ No newline at end of file + kind: ClusterIssuer