apiVersion: v1 kind: Service metadata: name: A3 spec: selector: app: A3 ports: - port: 80 targetPort: 3000 protocol: TCP name: http type: ClusterIP