mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-02 16:49:48 +01:00
12 lines
128 B
YAML
12 lines
128 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: ui
|
|
labels:
|
|
name: ui
|
|
spec:
|
|
ports:
|
|
- port: 80
|
|
selector:
|
|
name: ui
|