Add Docker Registry setup including deployment, ingress, service, PVC, and configuration files

This commit is contained in:
2025-05-18 15:20:36 -07:00
parent 20175a0bb9
commit 4258e2511a
8 changed files with 131 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
---
apiVersion: v1
kind: Service
metadata:
name: docker-registry
labels:
app: docker-registry
spec:
ports:
- port: 5000
targetPort: 5000
selector:
app: docker-registry