changed docker registry
This commit is contained in:
4
.env
4
.env
@@ -1,3 +1,3 @@
|
||||
# environment file for docker-compose
|
||||
REPO=steveww
|
||||
TAG=0.1.2
|
||||
REPO=robotshop
|
||||
TAG=0.2.0
|
||||
|
@@ -3,7 +3,7 @@ kind: Deployment
|
||||
metadata:
|
||||
annotations:
|
||||
kompose.cmd: kompose convert -f ../docker-compose.yaml
|
||||
kompose.version: 1.7.0 (767ab4b)
|
||||
kompose.version: 1.8.0 (0c0c027)
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
io.kompose.service: cart
|
||||
@@ -18,7 +18,7 @@ spec:
|
||||
io.kompose.service: cart
|
||||
spec:
|
||||
containers:
|
||||
- image: steveww/rs-cart
|
||||
- image: robotshop/rs-cart:0.2.0
|
||||
name: cart
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
|
@@ -3,7 +3,7 @@ kind: Service
|
||||
metadata:
|
||||
annotations:
|
||||
kompose.cmd: kompose convert -f ../docker-compose.yaml
|
||||
kompose.version: 1.7.0 (767ab4b)
|
||||
kompose.version: 1.8.0 (0c0c027)
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
io.kompose.service: cart
|
||||
|
@@ -3,7 +3,7 @@ kind: Deployment
|
||||
metadata:
|
||||
annotations:
|
||||
kompose.cmd: kompose convert -f ../docker-compose.yaml
|
||||
kompose.version: 1.7.0 (767ab4b)
|
||||
kompose.version: 1.8.0 (0c0c027)
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
io.kompose.service: catalogue
|
||||
@@ -18,7 +18,7 @@ spec:
|
||||
io.kompose.service: catalogue
|
||||
spec:
|
||||
containers:
|
||||
- image: steveww/rs-catalogue
|
||||
- image: robotshop/rs-catalogue:0.2.0
|
||||
name: catalogue
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
|
@@ -3,7 +3,7 @@ kind: Service
|
||||
metadata:
|
||||
annotations:
|
||||
kompose.cmd: kompose convert -f ../docker-compose.yaml
|
||||
kompose.version: 1.7.0 (767ab4b)
|
||||
kompose.version: 1.8.0 (0c0c027)
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
io.kompose.service: catalogue
|
||||
|
@@ -3,7 +3,7 @@ kind: Deployment
|
||||
metadata:
|
||||
annotations:
|
||||
kompose.cmd: kompose convert -f ../docker-compose.yaml
|
||||
kompose.version: 1.7.0 (767ab4b)
|
||||
kompose.version: 1.8.0 (0c0c027)
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
io.kompose.service: dispatch
|
||||
@@ -18,7 +18,7 @@ spec:
|
||||
io.kompose.service: dispatch
|
||||
spec:
|
||||
containers:
|
||||
- image: steveww/rs-dispatch
|
||||
- image: robotshop/rs-dispatch:0.2.0
|
||||
name: dispatch
|
||||
resources: {}
|
||||
restartPolicy: Always
|
||||
|
@@ -3,7 +3,7 @@ kind: Service
|
||||
metadata:
|
||||
annotations:
|
||||
kompose.cmd: kompose convert -f ../docker-compose.yaml
|
||||
kompose.version: 1.7.0 (767ab4b)
|
||||
kompose.version: 1.8.0 (0c0c027)
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
io.kompose.service: dispatch
|
||||
|
@@ -3,7 +3,7 @@ kind: Deployment
|
||||
metadata:
|
||||
annotations:
|
||||
kompose.cmd: kompose convert -f ../docker-compose.yaml
|
||||
kompose.version: 1.7.0 (767ab4b)
|
||||
kompose.version: 1.8.0 (0c0c027)
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
io.kompose.service: mongodb
|
||||
@@ -18,7 +18,7 @@ spec:
|
||||
io.kompose.service: mongodb
|
||||
spec:
|
||||
containers:
|
||||
- image: steveww/rs-mongodb
|
||||
- image: robotshop/rs-mongodb:0.2.0
|
||||
name: mongodb
|
||||
ports:
|
||||
- containerPort: 27017
|
||||
|
@@ -3,7 +3,7 @@ kind: Service
|
||||
metadata:
|
||||
annotations:
|
||||
kompose.cmd: kompose convert -f ../docker-compose.yaml
|
||||
kompose.version: 1.7.0 (767ab4b)
|
||||
kompose.version: 1.8.0 (0c0c027)
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
io.kompose.service: mongodb
|
||||
|
@@ -3,7 +3,7 @@ kind: Deployment
|
||||
metadata:
|
||||
annotations:
|
||||
kompose.cmd: kompose convert -f ../docker-compose.yaml
|
||||
kompose.version: 1.7.0 (767ab4b)
|
||||
kompose.version: 1.8.0 (0c0c027)
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
io.kompose.service: mysql
|
||||
@@ -18,7 +18,7 @@ spec:
|
||||
io.kompose.service: mysql
|
||||
spec:
|
||||
containers:
|
||||
- image: steveww/rs-shipping-db
|
||||
- image: robotshop/rs-shipping-db:0.2.0
|
||||
name: mysql
|
||||
ports:
|
||||
- containerPort: 3306
|
||||
|
@@ -3,7 +3,7 @@ kind: Service
|
||||
metadata:
|
||||
annotations:
|
||||
kompose.cmd: kompose convert -f ../docker-compose.yaml
|
||||
kompose.version: 1.7.0 (767ab4b)
|
||||
kompose.version: 1.8.0 (0c0c027)
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
io.kompose.service: mysql
|
||||
|
@@ -3,7 +3,7 @@ kind: Deployment
|
||||
metadata:
|
||||
annotations:
|
||||
kompose.cmd: kompose convert -f ../docker-compose.yaml
|
||||
kompose.version: 1.7.0 (767ab4b)
|
||||
kompose.version: 1.8.0 (0c0c027)
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
io.kompose.service: payment
|
||||
@@ -21,7 +21,7 @@ spec:
|
||||
- env:
|
||||
- name: AUTOWRAPT_BOOTSTRAP
|
||||
value: flask
|
||||
image: steveww/rs-payment
|
||||
image: robotshop/rs-payment:0.2.0
|
||||
name: payment
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
|
@@ -3,7 +3,7 @@ kind: Service
|
||||
metadata:
|
||||
annotations:
|
||||
kompose.cmd: kompose convert -f ../docker-compose.yaml
|
||||
kompose.version: 1.7.0 (767ab4b)
|
||||
kompose.version: 1.8.0 (0c0c027)
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
io.kompose.service: payment
|
||||
|
@@ -3,7 +3,7 @@ kind: Deployment
|
||||
metadata:
|
||||
annotations:
|
||||
kompose.cmd: kompose convert -f ../docker-compose.yaml
|
||||
kompose.version: 1.7.0 (767ab4b)
|
||||
kompose.version: 1.8.0 (0c0c027)
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
io.kompose.service: rabbitmq
|
||||
@@ -22,6 +22,7 @@ spec:
|
||||
name: rabbitmq
|
||||
ports:
|
||||
- containerPort: 5672
|
||||
- containerPort: 15672
|
||||
resources: {}
|
||||
restartPolicy: Always
|
||||
status: {}
|
||||
|
@@ -3,7 +3,7 @@ kind: Service
|
||||
metadata:
|
||||
annotations:
|
||||
kompose.cmd: kompose convert -f ../docker-compose.yaml
|
||||
kompose.version: 1.7.0 (767ab4b)
|
||||
kompose.version: 1.8.0 (0c0c027)
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
io.kompose.service: rabbitmq
|
||||
@@ -13,6 +13,9 @@ spec:
|
||||
- name: "5672"
|
||||
port: 5672
|
||||
targetPort: 5672
|
||||
- name: "15672"
|
||||
port: 15672
|
||||
targetPort: 15672
|
||||
selector:
|
||||
io.kompose.service: rabbitmq
|
||||
status:
|
||||
|
@@ -3,7 +3,7 @@ kind: Deployment
|
||||
metadata:
|
||||
annotations:
|
||||
kompose.cmd: kompose convert -f ../docker-compose.yaml
|
||||
kompose.version: 1.7.0 (767ab4b)
|
||||
kompose.version: 1.8.0 (0c0c027)
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
io.kompose.service: redis
|
||||
|
@@ -3,7 +3,7 @@ kind: Service
|
||||
metadata:
|
||||
annotations:
|
||||
kompose.cmd: kompose convert -f ../docker-compose.yaml
|
||||
kompose.version: 1.7.0 (767ab4b)
|
||||
kompose.version: 1.8.0 (0c0c027)
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
io.kompose.service: redis
|
||||
|
@@ -3,7 +3,7 @@ kind: Deployment
|
||||
metadata:
|
||||
annotations:
|
||||
kompose.cmd: kompose convert -f ../docker-compose.yaml
|
||||
kompose.version: 1.7.0 (767ab4b)
|
||||
kompose.version: 1.8.0 (0c0c027)
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
io.kompose.service: shipping
|
||||
@@ -18,7 +18,7 @@ spec:
|
||||
io.kompose.service: shipping
|
||||
spec:
|
||||
containers:
|
||||
- image: steveww/rs-shipping
|
||||
- image: robotshop/rs-shipping:0.2.0
|
||||
name: shipping
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
|
@@ -3,7 +3,7 @@ kind: Service
|
||||
metadata:
|
||||
annotations:
|
||||
kompose.cmd: kompose convert -f ../docker-compose.yaml
|
||||
kompose.version: 1.7.0 (767ab4b)
|
||||
kompose.version: 1.8.0 (0c0c027)
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
io.kompose.service: shipping
|
||||
|
@@ -3,7 +3,7 @@ kind: Deployment
|
||||
metadata:
|
||||
annotations:
|
||||
kompose.cmd: kompose convert -f ../docker-compose.yaml
|
||||
kompose.version: 1.7.0 (767ab4b)
|
||||
kompose.version: 1.8.0 (0c0c027)
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
io.kompose.service: user
|
||||
@@ -18,7 +18,7 @@ spec:
|
||||
io.kompose.service: user
|
||||
spec:
|
||||
containers:
|
||||
- image: steveww/rs-user
|
||||
- image: robotshop/rs-user:0.2.0
|
||||
name: user
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
|
@@ -3,7 +3,7 @@ kind: Service
|
||||
metadata:
|
||||
annotations:
|
||||
kompose.cmd: kompose convert -f ../docker-compose.yaml
|
||||
kompose.version: 1.7.0 (767ab4b)
|
||||
kompose.version: 1.8.0 (0c0c027)
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
io.kompose.service: user
|
||||
|
@@ -3,7 +3,7 @@ kind: Deployment
|
||||
metadata:
|
||||
annotations:
|
||||
kompose.cmd: kompose convert -f ../docker-compose.yaml
|
||||
kompose.version: 1.7.0 (767ab4b)
|
||||
kompose.version: 1.8.0 (0c0c027)
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
io.kompose.service: web
|
||||
@@ -18,7 +18,7 @@ spec:
|
||||
io.kompose.service: web
|
||||
spec:
|
||||
containers:
|
||||
- image: steveww/rs-web
|
||||
- image: robotshop/rs-web:0.2.0
|
||||
name: web
|
||||
# env:
|
||||
# - name: INSTANA_EUM_KEY
|
||||
|
@@ -3,18 +3,16 @@ kind: Service
|
||||
metadata:
|
||||
annotations:
|
||||
kompose.cmd: kompose convert -f ../docker-compose.yaml
|
||||
kompose.version: 1.7.0 (767ab4b)
|
||||
kompose.version: 1.8.0 (0c0c027)
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
io.kompose.service: web
|
||||
name: web
|
||||
spec:
|
||||
type: NodePort
|
||||
ports:
|
||||
- name: "8080"
|
||||
port: 8080
|
||||
targetPort: 8080
|
||||
nodePort: 30080
|
||||
selector:
|
||||
io.kompose.service: web
|
||||
status:
|
||||
|
Reference in New Issue
Block a user