Primer commit
This commit is contained in:
20
deployments/portal.yaml
Normal file
20
deployments/portal.yaml
Normal file
@ -0,0 +1,20 @@
|
||||
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
|
Reference in New Issue
Block a user