kind: Service apiVersion: v1 metadata: name: example-service spec: ports: - port: 80 targetPort: 80 selector: app: apache type: LoadBalancer