summaryrefslogtreecommitdiff
path: root/apps/heimdall/ingress.yaml
diff options
context:
space:
mode:
authorRasmus Luha <rasmus.luha@ut.ee>2026-05-30 17:53:29 +0300
committerRasmus Luha <rasmus.luha@ut.ee>2026-05-30 17:53:29 +0300
commit188a8eafd139f4cc15cf39584f9092e464a2fdf0 (patch)
treeb10cd29b0ab1fc112968c3049bae99f50b0d2802 /apps/heimdall/ingress.yaml
init commit - heimdall running
Diffstat (limited to 'apps/heimdall/ingress.yaml')
-rw-r--r--apps/heimdall/ingress.yaml19
1 files changed, 19 insertions, 0 deletions
diff --git a/apps/heimdall/ingress.yaml b/apps/heimdall/ingress.yaml
new file mode 100644
index 0000000..407afd5
--- /dev/null
+++ b/apps/heimdall/ingress.yaml
@@ -0,0 +1,19 @@
+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