docker-registry app setup

This commit is contained in:
2022-10-30 13:52:42 -04:00
parent 3d038800ef
commit 2720a8b221
13 changed files with 262 additions and 6 deletions

View File

@@ -0,0 +1,12 @@
---
apiVersion: v1
kind: Service
metadata:
name: docker-registry
namespace: "{{apps.dkregistry.namespace}}"
spec:
selector:
app: registry
ports:
- port: 5000
targetPort: 5000