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