diff --git a/health-check/service.yml b/health-check/service.yml deleted file mode 100644 index a1c654f..0000000 --- a/health-check/service.yml +++ /dev/null @@ -1,12 +0,0 @@ -apiVersion: v1 -kind: Service -metadata: - name: random-shapes-svc -spec: - ports: - - port: 80 - protocol: TCP - targetPort: 80 - selector: - app: random-shapes - type: NodePort