|
@@ -16,6 +16,9 @@ spec:
|
|
app: abi-cloud-qr-platform-service
|
|
app: abi-cloud-qr-platform-service
|
|
template:
|
|
template:
|
|
metadata:
|
|
metadata:
|
|
|
|
+ annotations:
|
|
|
|
+ armsPilotAutoEnable: "on"
|
|
|
|
+ armsPilotCreateAppName: abi-cloud-qr-platform
|
|
labels:
|
|
labels:
|
|
app: abi-cloud-qr-platform-service
|
|
app: abi-cloud-qr-platform-service
|
|
spec:
|
|
spec:
|
|
@@ -24,6 +27,13 @@ spec:
|
|
image: registry-vpc.cn-shanghai.aliyuncs.com/ab-inbev-apac/abi-cloud-qr-platform-service:${currentVersion}
|
|
image: registry-vpc.cn-shanghai.aliyuncs.com/ab-inbev-apac/abi-cloud-qr-platform-service:${currentVersion}
|
|
#image: ${image_tag}
|
|
#image: ${image_tag}
|
|
imagePullPolicy: Always
|
|
imagePullPolicy: Always
|
|
|
|
+ resources:
|
|
|
|
+ limits:
|
|
|
|
+ cpu: 1024m
|
|
|
|
+ memory: 2048Mi
|
|
|
|
+ requests:
|
|
|
|
+ cpu: 256m
|
|
|
|
+ memory: 512Mi
|
|
env:
|
|
env:
|
|
- name: SPRING_PROFILES_ACTIVE
|
|
- name: SPRING_PROFILES_ACTIVE
|
|
valueFrom:
|
|
valueFrom:
|