This commit is contained in:
Roxedus 2022-06-05 23:32:41 +02:00
parent 59134a04ac
commit fb56288446
Signed by: Roxedus
GPG Key ID: 9B4E311961C63639
3 changed files with 4 additions and 3 deletions

View File

@ -512,7 +512,8 @@ traefik:
# values:
# - {{ template "traefik.name" . }}
# topologyKey: kubernetes.io/hostname
nodeSelector: {}
nodeSelector:
kubernetes.io/arch: amd64
tolerations: []
# Pods can have priority.

View File

@ -2,7 +2,7 @@ apiVersion: traefik.containo.us/v1alpha1
kind: IngressRoute
metadata:
name: argocd-server
namespace: default
namespace: argo-cd
spec:
entryPoints:
- web

View File

@ -3,7 +3,7 @@ kind: IngressRoute
metadata:
annotations:
name: traefik-dash
namespace: default
namespace: traefik
spec:
entryPoints:
- web