diff --git a/z2/service.yaml b/z2/service.yaml deleted file mode 100644 index 49ee316..0000000 --- a/z2/service.yaml +++ /dev/null @@ -1,16 +0,0 @@ -apiVersion: v1 -kind: Service -metadata: - name: web-app-service - namespace: my-app - labels: - app: web-app -spec: - type: LoadBalancer - selector: - app: web-app - ports: - - protocol: TCP - port: 80 - targetPort: 5000 - sessionAffinity: None \ No newline at end of file