summaryrefslogtreecommitdiff
path: root/apps/heimdall/ingress.yaml
diff options
context:
space:
mode:
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