apiVersion: v1 kind: Service metadata: name: mock labels: app: mock spec: ports: - port: 99 protocol: TCP targetPort: 9949 selector: app: mock