changed internal traefik to port 80

This commit is contained in:
Alvin Wang 2026-04-19 19:28:59 -04:00
parent e07a5e1dfa
commit f537e5c9cb
3 changed files with 17 additions and 2 deletions

View File

@ -8,7 +8,7 @@ spec:
entryPoints:
- web
routes:
- match: PathPrefix(`/`)
- match: Host(`glance.internal`)
kind: Rule
services:
- name: glance

View File

@ -0,0 +1,15 @@
apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
name: homepage
annotations:
kubernetes.io/ingress.class: traefik-internal
spec:
entryPoints:
- web
routes:
- match: Host(`homepage.internal`)
kind: Rule
services:
- name: homepage
port: 3000

View File

@ -1,4 +1,4 @@
image: traefik:v3.3
port: 8082
port: 80
ingressClass: traefik-internal
loadBalancerIP: "10.0.1.250"