f
This commit is contained in:
parent
59134a04ac
commit
fb56288446
@ -512,7 +512,8 @@ traefik:
|
|||||||
# values:
|
# values:
|
||||||
# - {{ template "traefik.name" . }}
|
# - {{ template "traefik.name" . }}
|
||||||
# topologyKey: kubernetes.io/hostname
|
# topologyKey: kubernetes.io/hostname
|
||||||
nodeSelector: {}
|
nodeSelector:
|
||||||
|
kubernetes.io/arch: amd64
|
||||||
tolerations: []
|
tolerations: []
|
||||||
|
|
||||||
# Pods can have priority.
|
# Pods can have priority.
|
||||||
|
@ -2,7 +2,7 @@ apiVersion: traefik.containo.us/v1alpha1
|
|||||||
kind: IngressRoute
|
kind: IngressRoute
|
||||||
metadata:
|
metadata:
|
||||||
name: argocd-server
|
name: argocd-server
|
||||||
namespace: default
|
namespace: argo-cd
|
||||||
spec:
|
spec:
|
||||||
entryPoints:
|
entryPoints:
|
||||||
- web
|
- web
|
||||||
|
@ -3,7 +3,7 @@ kind: IngressRoute
|
|||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
name: traefik-dash
|
name: traefik-dash
|
||||||
namespace: default
|
namespace: traefik
|
||||||
spec:
|
spec:
|
||||||
entryPoints:
|
entryPoints:
|
||||||
- web
|
- web
|
||||||
|
Loading…
Reference in New Issue
Block a user