Files
dev-cluster/apps/prod/llamactl-proxy/ingress.yaml

14 lines
286 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}