create registry
This commit is contained in:
parent
814900b72e
commit
6c04a312d7
6 changed files with 197 additions and 0 deletions
21
registry-ui/registry-ui-service.yaml
Normal file
21
registry-ui/registry-ui-service.yaml
Normal 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-ui
|
||||
name: registry-ui
|
||||
spec:
|
||||
type: NodePort
|
||||
ports:
|
||||
- name: "5001"
|
||||
port: 5001
|
||||
targetPort: 80
|
||||
nodePort: 30007
|
||||
selector:
|
||||
io.kompose.service: registry-ui
|
||||
status:
|
||||
loadBalancer: {}
|
||||
Loading…
Add table
Add a link
Reference in a new issue