ingress dump

This commit is contained in:
ION606
2025-09-13 18:28:59 -04:00
parent 45ad5f5901
commit fe0974d162
3 changed files with 56 additions and 6 deletions
+18
View File
@@ -0,0 +1,18 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: ollama-scheduler
namespace: argo
spec:
ingressClassName: nginx
rules:
- host: scheduler.local
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: ollama-scheduler
port:
number: 12253