From 188a8eafd139f4cc15cf39584f9092e464a2fdf0 Mon Sep 17 00:00:00 2001 From: Rasmus Luha Date: Sat, 30 May 2026 17:53:29 +0300 Subject: init commit - heimdall running --- apps/heimdall/ingress.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 apps/heimdall/ingress.yaml (limited to 'apps/heimdall/ingress.yaml') 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 -- cgit v1.2.3