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/service.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 apps/heimdall/service.yaml (limited to 'apps/heimdall/service.yaml') diff --git a/apps/heimdall/service.yaml b/apps/heimdall/service.yaml new file mode 100644 index 0000000..f3ad504 --- /dev/null +++ b/apps/heimdall/service.yaml @@ -0,0 +1,13 @@ +apiVersion: v1 +kind: Service +metadata: + name: heimdall-service + namespace: heimdall +spec: + selector: + app: heimdall + ports: + - protocol: TCP + port: 80 + targetPort: 80 + type: ClusterIP -- cgit v1.2.3