mirror of
https://github.com/meysamhadeli/booking-microservices.git
synced 2026-04-14 12:48:34 +08:00
Merge pull request #290 from meysamhadeli/feature/update-kubernetes-image-versions
feat: Update kubernetes image versions.
This commit is contained in:
commit
00f036873a
@ -114,7 +114,7 @@ services:
|
||||
#######################################################
|
||||
elasticsearch:
|
||||
container_name: elasticsearch
|
||||
image: elasticsearch:latest
|
||||
image: elasticsearch:7.17.9
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 9200:9200
|
||||
@ -133,7 +133,7 @@ services:
|
||||
#######################################################
|
||||
kibana:
|
||||
container_name: kibana
|
||||
image: kibana:latest
|
||||
image: kibana:7.17.9
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 5601:5601
|
||||
|
||||
@ -116,7 +116,7 @@ services:
|
||||
#######################################################
|
||||
elasticsearch:
|
||||
container_name: elasticsearch
|
||||
image: elasticsearch:latest
|
||||
image: elasticsearch:7.17.9
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 9200:9200
|
||||
@ -135,7 +135,7 @@ services:
|
||||
#######################################################
|
||||
kibana:
|
||||
container_name: kibana
|
||||
image: kibana:latest
|
||||
image: kibana:7.17.9
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 5601:5601
|
||||
|
||||
@ -202,7 +202,7 @@ spec:
|
||||
value: All
|
||||
- name: EVENTSTORE_START_STANDARD_PROJECTIONS
|
||||
value: "true"
|
||||
image: eventstore/eventstore:21.2.0-buster-slim
|
||||
image: eventstore/eventstore:latest
|
||||
name: eventstore
|
||||
ports:
|
||||
- containerPort: 1113
|
||||
@ -751,7 +751,7 @@ spec:
|
||||
io.kompose.service: mongo
|
||||
spec:
|
||||
containers:
|
||||
- image: mongo:5
|
||||
- image: mongo:latest
|
||||
name: mongo
|
||||
ports:
|
||||
- containerPort: 27017
|
||||
@ -851,7 +851,7 @@ spec:
|
||||
io.kompose.service: rabbitmq
|
||||
spec:
|
||||
containers:
|
||||
- image: rabbitmq:3-management
|
||||
- image: rabbitmq:management
|
||||
name: rabbitmq
|
||||
ports:
|
||||
- containerPort: 5672
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user