summaryrefslogtreecommitdiff
path: root/apps/heimdall/ingress.yaml
diff options
context:
space:
mode:
authorR-man3000 <rasmus.luha@gmail.com>2026-05-30 21:27:30 +0300
committerR-man3000 <rasmus.luha@gmail.com>2026-05-30 21:27:30 +0300
commit974d4457148e9a9ff3a0231eece663d04faaf16d (patch)
tree59ce91682030791e04b2b7e342580138d6bad79a /apps/heimdall/ingress.yaml
parentf933430bdc951fbbf64c83ac31357d41846bb69e (diff)
Restructurig, start creating heimdall helm chart
Diffstat (limited to 'apps/heimdall/ingress.yaml')
-rw-r--r--apps/heimdall/ingress.yaml19
1 files changed, 0 insertions, 19 deletions
diff --git a/apps/heimdall/ingress.yaml b/apps/heimdall/ingress.yaml
deleted file mode 100644
index 407afd5..0000000
--- a/apps/heimdall/ingress.yaml
+++ /dev/null
@@ -1,19 +0,0 @@
-apiVersion: networking.k8s.io/v1
-kind: Ingress
-metadata:
- name: heimdall-ingress
- namespace: heimdall
-spec:
- ingressClassName: nginx
- rules:
- - http:
- paths:
- - path: /
- pathType: Prefix
-
- backend:
- service:
- name: heimdall-service
-
- port:
- number: 80