This commit is contained in:
Roxedus 2022-07-03 01:23:08 +02:00
parent 3dce72760f
commit 78f90b7f32
No known key found for this signature in database
GPG Key ID: EBC13557C4D91D7B
5 changed files with 64 additions and 4 deletions

View File

@ -0,0 +1,15 @@
apiVersion: traefik.containo.us/v1alpha1
kind: IngressRoute
metadata:
name: argocd-server
namespace: argo-cd
spec:
entryPoints:
- web
routes:
- kind: Rule
match: Host(`argocd.roxedus.com`)
priority: 10
services:
- name: argo-cd-argocd-server
port: 80

View File

@ -0,0 +1,15 @@
apiVersion: traefik.containo.us/v1alpha1
kind: IngressRoute
metadata:
name: monitoring-grafana
namespace: monitoring
spec:
entryPoints:
- web
routes:
- kind: Rule
match: Host(`stats.roxedus.com`)
priority: 10
services:
- name: monitoring-grafana
port: 80

View File

@ -0,0 +1,15 @@
apiVersion: traefik.containo.us/v1alpha1
kind: IngressRoute
metadata:
name: longhorn-system
namespace: longhorn-system
spec:
entryPoints:
- web
routes:
- kind: Rule
match: Host(`longhorn.roxedus.com`)
priority: 10
services:
- name: longhorn-frontend
port: 80

View File

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

View File

@ -16,10 +16,10 @@ spec:
values: |
persistence:
defaultClassReplicaCount: 2
service:
ui:
type: NodePort
nodePort: 32304
#service:
#ui:
#type: NodePort
#nodePort: 32304
longhornManager:
tolerations: