mirror of
https://github.com/lordmathis/dev-cluster.git
synced 2025-12-23 00:54:26 +00:00
Add llamactl-proxy configuration
This commit is contained in:
@@ -6,4 +6,5 @@ resources:
|
||||
- gitea
|
||||
- lemma
|
||||
- ghost
|
||||
- dashboard
|
||||
- dashboard
|
||||
- llamactl-proxy
|
||||
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"
|
||||
7
apps/prod/llamactl-proxy/kustomization.yaml
Normal file
7
apps/prod/llamactl-proxy/kustomization.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: llamactl
|
||||
|
||||
resources:
|
||||
- ../../base/llamactl-proxy
|
||||
- ingress.yaml
|
||||
Reference in New Issue
Block a user