summaryrefslogtreecommitdiff
path: root/apps/heimdall/service.yaml
diff options
context:
space:
mode:
authorR-man3000 <rasmus.luha@gmail.com>2026-05-30 21:27:30 +0300
committerR-man3000 <rasmus.luha@gmail.com>2026-05-30 21:27:30 +0300
commit974d4457148e9a9ff3a0231eece663d04faaf16d (patch)
tree59ce91682030791e04b2b7e342580138d6bad79a /apps/heimdall/service.yaml
parentf933430bdc951fbbf64c83ac31357d41846bb69e (diff)
Restructurig, start creating heimdall helm chart
Diffstat (limited to 'apps/heimdall/service.yaml')
-rw-r--r--apps/heimdall/service.yaml13
1 files changed, 0 insertions, 13 deletions
diff --git a/apps/heimdall/service.yaml b/apps/heimdall/service.yaml
deleted file mode 100644
index f3ad504..0000000
--- a/apps/heimdall/service.yaml
+++ /dev/null
@@ -1,13 +0,0 @@
-apiVersion: v1
-kind: Service
-metadata:
- name: heimdall-service
- namespace: heimdall
-spec:
- selector:
- app: heimdall
- ports:
- - protocol: TCP
- port: 80
- targetPort: 80
- type: ClusterIP