create registry

This commit is contained in:
Waylon Walker 2023-10-21 11:12:41 -05:00
parent 814900b72e
commit 6c04a312d7
No known key found for this signature in database
GPG key ID: 66E2BF2B4190EFE4
6 changed files with 197 additions and 0 deletions

View file

@ -0,0 +1,21 @@
apiVersion: v1
kind: Service
metadata:
annotations:
kompose.cmd: ./kompose convert
kompose.version: 1.31.2 (a92241f79)
creationTimestamp: null
labels:
io.kompose.service: registry-server
name: registry-server
spec:
type: NodePort
ports:
- name: "5000"
port: 5000
targetPort: 5000
nodePort: 30006
selector:
io.kompose.service: registry-server
status:
loadBalancer: {}