mirror of
https://github.com/lordmathis/dev-cluster.git
synced 2025-12-24 17:44:23 +00:00
Add llamactl-proxy configuration
This commit is contained in:
16
apps/prod/llamactl-proxy/ingress.yaml
Normal file
16
apps/prod/llamactl-proxy/ingress.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
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: 80
|
||||
middlewares:
|
||||
- name: "auth-authelia@kubernetescrd"
|
||||
Reference in New Issue
Block a user