21 lines
380 B
YAML
21 lines
380 B
YAML
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
name: harbor-portal
|
|
namespace: harbor
|
|
spec:
|
|
replicas: 1
|
|
selector:
|
|
matchLabels:
|
|
app: harbor-portal
|
|
template:
|
|
metadata:
|
|
labels:
|
|
app: harbor-portal
|
|
spec:
|
|
containers:
|
|
- name: portal
|
|
image: goharbor/harbor-portal:v2.10.0
|
|
ports:
|
|
- containerPort: 8080
|