diff --git a/infra/helm/inference-service/templates/ingress.yaml b/infra/helm/inference-service/templates/ingress.yaml new file mode 100644 index 000000000..acae6c599 --- /dev/null +++ b/infra/helm/inference-service/templates/ingress.yaml @@ -0,0 +1,14 @@ +apiVersion: networking.k8s.io/v1 +kind: Ingress +metadata: + name: {{ .Values.application.name }} +spec: + defaultBackend: + service: + name: {{ include "inference-service.name" . }}-serve-svc + port: + number: 8000 + ingressClassName: tailscale + tls: + - hosts: + - {{ .Values.application.name }}