--- apiVersion: v1 kind: Service metadata: name: ${NAME} spec: type: ClusterIP ports: - port: 5000 protocol: TCP selector: app: ${NAME}