apiVersion: v1 kind: Service metadata: name: 'ip' spec: type: "ClusterIP" ports: - name: "http" port: 80 protocol: "TCP" targetPort: "http" selector: app: "front"