From 974d4457148e9a9ff3a0231eece663d04faaf16d Mon Sep 17 00:00:00 2001 From: R-man3000 Date: Sat, 30 May 2026 21:27:30 +0300 Subject: Restructurig, start creating heimdall helm chart --- apps/heimdall/service.yaml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 apps/heimdall/service.yaml (limited to 'apps/heimdall/service.yaml') 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 -- cgit v1.2.3