Move deployment files into own folder
This commit is contained in:
parent
0988642d5d
commit
d5fc66f620
@ -1,24 +1,22 @@
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
io.kompose.service: entityident
|
||||
name: entityident
|
||||
labels:
|
||||
app: entityident
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
io.kompose.service: entityident
|
||||
app: entityident
|
||||
strategy: {}
|
||||
template:
|
||||
metadata:
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
io.kompose.service: entityident
|
||||
app: entityident
|
||||
spec:
|
||||
containers:
|
||||
- image: entityident
|
||||
- image: gcr.io/resonant-grail-307708/entityident
|
||||
imagePullPolicy: ""
|
||||
name: entityident
|
||||
ports:
|
||||
@ -1,24 +1,22 @@
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
io.kompose.service: eventstore
|
||||
name: eventstore
|
||||
labels:
|
||||
app: eventstore
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
io.kompose.service: eventstore
|
||||
app: eventstore
|
||||
strategy: {}
|
||||
template:
|
||||
metadata:
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
io.kompose.service: eventstore
|
||||
app: eventstore
|
||||
spec:
|
||||
containers:
|
||||
- image: eventstore
|
||||
- image: gcr.io/resonant-grail-307708/eventstore
|
||||
imagePullPolicy: ""
|
||||
name: eventstore
|
||||
ports:
|
||||
@ -1,24 +1,22 @@
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
io.kompose.service: ifeed
|
||||
name: ifeed
|
||||
labels:
|
||||
app: ifeed
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
io.kompose.service: ifeed
|
||||
app: ifeed
|
||||
strategy: {}
|
||||
template:
|
||||
metadata:
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
io.kompose.service: ifeed
|
||||
app: ifeed
|
||||
spec:
|
||||
containers:
|
||||
- image: ifeed
|
||||
- image: gcr.io/resonant-grail-307708/ifeed
|
||||
imagePullPolicy: ""
|
||||
name: ifeed
|
||||
resources: {}
|
||||
@ -1,27 +1,19 @@
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
annotations:
|
||||
kompose.cmd: C:\ProgramData\kompose\kompose.exe convert
|
||||
kompose.version: 1.21.0 (992df58d8)
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
io.kompose.service: mongo
|
||||
name: mongo
|
||||
labels:
|
||||
app: mongo
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
io.kompose.service: mongo
|
||||
app: mongo
|
||||
strategy: {}
|
||||
template:
|
||||
metadata:
|
||||
annotations:
|
||||
kompose.cmd: C:\ProgramData\kompose\kompose.exe convert
|
||||
kompose.version: 1.21.0 (992df58d8)
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
io.kompose.service: mongo
|
||||
app: mongo
|
||||
spec:
|
||||
containers:
|
||||
- image: mongo
|
||||
@ -1,24 +1,22 @@
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
io.kompose.service: orchestration
|
||||
name: orchestration
|
||||
labels:
|
||||
app: orchestration
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
io.kompose.service: orchestration
|
||||
app: orchestration
|
||||
strategy: {}
|
||||
template:
|
||||
metadata:
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
io.kompose.service: orchestration
|
||||
app: orchestration
|
||||
spec:
|
||||
containers:
|
||||
- image: orchestration
|
||||
- image: gcr.io/resonant-grail-307708/orchestration
|
||||
imagePullPolicy: ""
|
||||
name: orchestration
|
||||
resources: {}
|
||||
@ -1,21 +1,20 @@
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
io.kompose.service: rabbitmq
|
||||
name: rabbitmq
|
||||
labels:
|
||||
app: rabbitmq
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
io.kompose.service: rabbitmq
|
||||
app: rabbitmq
|
||||
strategy: {}
|
||||
template:
|
||||
metadata:
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
io.kompose.service: rabbitmq
|
||||
app: rabbitmq
|
||||
spec:
|
||||
containers:
|
||||
- image: rabbitmq
|
||||
@ -1,21 +1,19 @@
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
io.kompose.service: redis
|
||||
name: redis
|
||||
labels:
|
||||
app: redis
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
io.kompose.service: redis
|
||||
app: redis
|
||||
strategy: {}
|
||||
template:
|
||||
metadata:
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
io.kompose.service: redis
|
||||
app: redis
|
||||
spec:
|
||||
containers:
|
||||
- image: redis
|
||||
@ -1,24 +1,22 @@
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
io.kompose.service: xway
|
||||
name: xway
|
||||
labels:
|
||||
app: xway
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
io.kompose.service: xway
|
||||
app: xway
|
||||
strategy: {}
|
||||
template:
|
||||
metadata:
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
io.kompose.service: xway
|
||||
app: xway
|
||||
spec:
|
||||
containers:
|
||||
- image: xway
|
||||
- image: gcr.io/resonant-grail-307708/xway
|
||||
imagePullPolicy: ""
|
||||
name: xway
|
||||
ports:
|
||||
Loading…
x
Reference in New Issue
Block a user