apiVersion: v1 kind: Service metadata: name: numbers-api spec: ports: - port: 80 selector: app: numbers-api type: ClusterIP