hongbo-miao/hongbomiao.com

View on GitHub
kubernetes/manifests/hm-api-python/api-python-service.yaml

Summary

Maintainability
Test Coverage
---
apiVersion: v1
kind: Service
metadata:
  name: api-python-service
  namespace: hm-api-python
  labels:
    app.kubernetes.io/name: api-python
spec:
  type: ClusterIP
  selector:
    app: api-python
  ports:
    - name: api-python
      protocol: TCP
      targetPort: api-python
      port: 35903