Initial Kubernetes GitOps repository

This commit is contained in:
2026-07-19 01:52:47 +02:00
commit fe181e7a3b
16 changed files with 180 additions and 0 deletions
@@ -0,0 +1,18 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: longhorn
namespace: longhorn-system
spec:
ingressClassName: nginx
rules:
- host: longhorn.local
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: longhorn-frontend
port:
number: 80