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

27
deployments/registry.yaml Normal file
View File

@ -0,0 +1,27 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: harbor-registry
namespace: harbor
spec:
replicas: 1
selector:
matchLabels:
app: harbor-registry
template:
metadata:
labels:
app: harbor-registry
spec:
containers:
- name: registry
image: goharbor/registry-photon:v2.10.0
ports:
- containerPort: 5000
volumeMounts:
- name: registry-data
mountPath: /storage
volumes:
- name: registry-data
persistentVolumeClaim:
claimName: registry-pvc