From cc4b0d7f656ebb7bdc164d38c628e13c684a4256 Mon Sep 17 00:00:00 2001 From: Barahalikar Siddharth Date: Wed, 8 Jun 2022 01:12:22 +0530 Subject: [PATCH] Create service.yaml --- health-check/service.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 health-check/service.yaml diff --git a/health-check/service.yaml b/health-check/service.yaml new file mode 100644 index 0000000..a1c654f --- /dev/null +++ b/health-check/service.yaml @@ -0,0 +1,12 @@ +apiVersion: v1 +kind: Service +metadata: + name: random-shapes-svc +spec: + ports: + - port: 80 + protocol: TCP + targetPort: 80 + selector: + app: random-shapes + type: NodePort