Primer commit

This commit is contained in:
2025-04-27 15:57:11 +00:00
commit aac30bfe77
18 changed files with 310 additions and 0 deletions

20
deployments/portal.yaml Normal file
View 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