mirror of
https://github.com/lordmathis/dev-cluster.git
synced 2025-12-22 16:44:24 +00:00
16 lines
347 B
YAML
16 lines
347 B
YAML
apiVersion: traefik.io/v1alpha1
|
|
kind: IngressRoute
|
|
metadata:
|
|
name: llamactl-ingress
|
|
namespace: llamactl
|
|
spec:
|
|
entryPoints:
|
|
- websecure
|
|
routes:
|
|
- match: Host(`${LLAMACTL_DOMAIN}`)
|
|
kind: Rule
|
|
services:
|
|
- name: llamactl-proxy
|
|
port: ${LLAMACTL_INTERNAL_PORT}
|
|
middlewares:
|
|
- name: "auth-authelia@kubernetescrd" |