kind: Service apiVersion: v1 metadata: name: example-com namespace: testing spec: ports: - name: http port: 80 clusterIp: 10.0.0.1 type: ClusterIP