From 1b5b620cde8064892522849d5e9380046e40cca8 Mon Sep 17 00:00:00 2001 From: clyhtsuriva Date: Wed, 29 Apr 2026 20:48:27 +0200 Subject: add hello-world test app --- apps/hello-world/service.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 apps/hello-world/service.yaml (limited to 'apps/hello-world/service.yaml') diff --git a/apps/hello-world/service.yaml b/apps/hello-world/service.yaml new file mode 100644 index 0000000..c93f494 --- /dev/null +++ b/apps/hello-world/service.yaml @@ -0,0 +1,14 @@ +--- +apiVersion: v1 +kind: Service +metadata: + name: hello-world + namespace: hello-world +spec: + selector: + app: hello-world + ports: + - port: 80 + targetPort: 80 + type: ClusterIP +... -- cgit v1.2.3