Merge branch 'main' of https://github.com/dg04-hi/hi-manifest
This commit is contained in:
commit
3d88535ac8
@ -17,7 +17,7 @@ spec:
|
|||||||
enableServiceLinks: false
|
enableServiceLinks: false
|
||||||
containers:
|
containers:
|
||||||
- name: analytics
|
- name: analytics
|
||||||
image: acrdigitalgarage03.azurecr.io/hiorder/analytics:2506170522
|
image: acrdigitalgarage03.azurecr.io/hiorder/analytics:2506170825
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8084
|
- containerPort: 8084
|
||||||
env:
|
env:
|
||||||
|
|||||||
@ -17,7 +17,7 @@ spec:
|
|||||||
enableServiceLinks: false
|
enableServiceLinks: false
|
||||||
containers:
|
containers:
|
||||||
- name: member
|
- name: member
|
||||||
image: acrdigitalgarage03.azurecr.io/hiorder/member:2506170022
|
image: acrdigitalgarage03.azurecr.io/hiorder/member:2506170647
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8081
|
- containerPort: 8081
|
||||||
env:
|
env:
|
||||||
@ -28,7 +28,8 @@ spec:
|
|||||||
value: "-Xms256m -Xmx512m"
|
value: "-Xms256m -Xmx512m"
|
||||||
# Redis 연결 설정 (다른 네임스페이스의 Redis 서비스)
|
# Redis 연결 설정 (다른 네임스페이스의 Redis 서비스)
|
||||||
- name: REDIS_HOST
|
- name: REDIS_HOST
|
||||||
value: "redis-service.ns-hiorder.svc.cluster.local"
|
# value: "redis-service.ns-hiorder.svc.cluster.local"
|
||||||
|
value: "redis-service"
|
||||||
- name: REDIS_PORT
|
- name: REDIS_PORT
|
||||||
value: "6379"
|
value: "6379"
|
||||||
# Kubernetes 자동 환경변수 비활성화
|
# Kubernetes 자동 환경변수 비활성화
|
||||||
|
|||||||
@ -17,7 +17,7 @@ spec:
|
|||||||
enableServiceLinks: false
|
enableServiceLinks: false
|
||||||
containers:
|
containers:
|
||||||
- name: recommend
|
- name: recommend
|
||||||
image: acrdigitalgarage03.azurecr.io/hiorder/recommend:2506160640
|
image: acrdigitalgarage03.azurecr.io/hiorder/recommend:2506170644
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8085
|
- containerPort: 8085
|
||||||
env:
|
env:
|
||||||
|
|||||||
@ -17,7 +17,7 @@ spec:
|
|||||||
enableServiceLinks: false
|
enableServiceLinks: false
|
||||||
containers:
|
containers:
|
||||||
- name: review
|
- name: review
|
||||||
image: acrdigitalgarage03.azurecr.io/hiorder/review:2506170506
|
image: acrdigitalgarage03.azurecr.io/hiorder/review:2506170815
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8083
|
- containerPort: 8083
|
||||||
env:
|
env:
|
||||||
|
|||||||
@ -17,7 +17,7 @@ spec:
|
|||||||
enableServiceLinks: false
|
enableServiceLinks: false
|
||||||
containers:
|
containers:
|
||||||
- name: store
|
- name: store
|
||||||
image: acrdigitalgarage03.azurecr.io/hiorder/store:2506170537
|
image: acrdigitalgarage03.azurecr.io/hiorder/store:2506170828
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8082
|
- containerPort: 8082
|
||||||
env:
|
env:
|
||||||
|
|||||||
@ -18,7 +18,7 @@ spec:
|
|||||||
enableServiceLinks: false # 👈 추가
|
enableServiceLinks: false # 👈 추가
|
||||||
containers:
|
containers:
|
||||||
- name: frontend
|
- name: frontend
|
||||||
image: acrdigitalgarage03.azurecr.io/hiorder/frontend:2506170535
|
image: acrdigitalgarage03.azurecr.io/hiorder/frontend:2506170823
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 80
|
- containerPort: 80
|
||||||
envFrom:
|
envFrom:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user