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