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
|
||||
containers:
|
||||
- name: analytics
|
||||
image: acrdigitalgarage03.azurecr.io/hiorder/analytics:2506170522
|
||||
image: acrdigitalgarage03.azurecr.io/hiorder/analytics:2506170825
|
||||
ports:
|
||||
- containerPort: 8084
|
||||
env:
|
||||
|
||||
@ -17,7 +17,7 @@ spec:
|
||||
enableServiceLinks: false
|
||||
containers:
|
||||
- name: member
|
||||
image: acrdigitalgarage03.azurecr.io/hiorder/member:2506170022
|
||||
image: acrdigitalgarage03.azurecr.io/hiorder/member:2506170647
|
||||
ports:
|
||||
- containerPort: 8081
|
||||
env:
|
||||
@ -28,7 +28,8 @@ spec:
|
||||
value: "-Xms256m -Xmx512m"
|
||||
# Redis 연결 설정 (다른 네임스페이스의 Redis 서비스)
|
||||
- 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
|
||||
value: "6379"
|
||||
# Kubernetes 자동 환경변수 비활성화
|
||||
|
||||
@ -17,7 +17,7 @@ spec:
|
||||
enableServiceLinks: false
|
||||
containers:
|
||||
- name: recommend
|
||||
image: acrdigitalgarage03.azurecr.io/hiorder/recommend:2506160640
|
||||
image: acrdigitalgarage03.azurecr.io/hiorder/recommend:2506170644
|
||||
ports:
|
||||
- containerPort: 8085
|
||||
env:
|
||||
|
||||
@ -17,7 +17,7 @@ spec:
|
||||
enableServiceLinks: false
|
||||
containers:
|
||||
- name: review
|
||||
image: acrdigitalgarage03.azurecr.io/hiorder/review:2506170506
|
||||
image: acrdigitalgarage03.azurecr.io/hiorder/review:2506170815
|
||||
ports:
|
||||
- containerPort: 8083
|
||||
env:
|
||||
|
||||
@ -17,7 +17,7 @@ spec:
|
||||
enableServiceLinks: false
|
||||
containers:
|
||||
- name: store
|
||||
image: acrdigitalgarage03.azurecr.io/hiorder/store:2506170537
|
||||
image: acrdigitalgarage03.azurecr.io/hiorder/store:2506170828
|
||||
ports:
|
||||
- containerPort: 8082
|
||||
env:
|
||||
|
||||
@ -18,7 +18,7 @@ spec:
|
||||
enableServiceLinks: false # 👈 추가
|
||||
containers:
|
||||
- name: frontend
|
||||
image: acrdigitalgarage03.azurecr.io/hiorder/frontend:2506170535
|
||||
image: acrdigitalgarage03.azurecr.io/hiorder/frontend:2506170823
|
||||
ports:
|
||||
- containerPort: 80
|
||||
envFrom:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user