summaryrefslogtreecommitdiff
path: root/apps/heimdall/service.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/service.yaml
init commit - heimdall running
Diffstat (limited to 'apps/heimdall/service.yaml')
-rw-r--r--apps/heimdall/service.yaml13
1 files changed, 13 insertions, 0 deletions
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