Files
elixirAI/kubernetes/ingress.yml
Alex Mickelson af79dd5762
Some checks failed
CI/CD Pipeline / build (push) Failing after 3s
image names
2026-03-10 09:01:32 -06:00

20 lines
408 B
YAML

apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: ai-ha-elixir
namespace: ai-ha-elixir
spec:
ingressClassName: nginx
rules:
# ai.alex-kube.duckdns.org
- host: $INGRESS_HOST
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: ai-ha-elixir
port:
number: 80