harbor/contrib/helm/harbor/templates/jobservice/jobservice-svc.yaml
Jesse Hu dab5dd9879 Update Harbor helm chart to deploy Harbor 1.4.0 release (#4373)
* Update Harbor helm chart to deploy Harbor 1.4.0 release

* Change version to 0.1.0 and fix a doc error

* Fix auth_mode default value

* Refine doc and fix a typo
2018-03-09 18:47:13 +08:00

14 lines
287 B
YAML

apiVersion: v1
kind: Service
metadata:
name: "{{ template "harbor.fullname" . }}-jobservice"
labels:
{{ include "harbor.labels" . | indent 4 }}
spec:
ports:
- port: 80
targetPort: 8080
selector:
{{ include "harbor.matchLabels" . | indent 4 }}
component: jobservice