mirror of
https://github.com/goharbor/harbor
synced 2025-04-08 16:23:42 +00:00
14 lines
285 B
YAML
14 lines
285 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: "{{ template "harbor.fullname" . }}-adminserver"
|
|
labels:
|
|
{{ include "helm.labels" . | indent 4 }}
|
|
spec:
|
|
ports:
|
|
- port: 80
|
|
targetPort: 8080
|
|
selector:
|
|
{{ include "helm.matchLabels" . | indent 4 }}
|
|
component: adminserver
|