This commit is contained in:
Roxedus 2022-06-04 22:55:42 +02:00
parent 058c79ae68
commit 19e5d84a88
Signed by: Roxedus
GPG Key ID: 9B4E311961C63639
3 changed files with 17 additions and 1 deletions

View File

@ -7,6 +7,7 @@ argo-cd:
extraArgs: extraArgs:
- --insecure - --insecure
config: config:
accounts.roxedus: apiKey, login
repositories: | repositories: |
- type: helm - type: helm
name: argo-cd name: argo-cd

View File

@ -120,7 +120,7 @@ traefik:
# Create an IngressRoute for the dashboard # Create an IngressRoute for the dashboard
ingressRoute: ingressRoute:
dashboard: dashboard:
enabled: true enabled: false
# Additional ingressRoute annotations (e.g. for kubernetes.io/ingress.class) # Additional ingressRoute annotations (e.g. for kubernetes.io/ingress.class)
annotations: {} annotations: {}
# Additional ingressRoute labels (e.g. for filtering IngressRoute by custom labels) # Additional ingressRoute labels (e.g. for filtering IngressRoute by custom labels)

View File

@ -0,0 +1,15 @@
apiVersion: traefik.containo.us/v1alpha1
kind: IngressRoute
metadata:
annotations:
name: traefik-dashboard
namespace: default
spec:
entryPoints:
- web
routes:
- kind: Rule
match: Host(`traefik.roxedus.com`) && PathPrefix(`/dashboard`)
services:
- kind: TraefikService
name: api@internal