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