|
@@ -16,6 +16,9 @@ spec:
|
|
|
app: abi-cloud-qr-platform-service
|
|
|
template:
|
|
|
metadata:
|
|
|
+ annotations:
|
|
|
+ armsPilotAutoEnable: "on"
|
|
|
+ armsPilotCreateAppName: abi-cloud-qr-platform
|
|
|
labels:
|
|
|
app: abi-cloud-qr-platform-service
|
|
|
spec:
|
|
@@ -26,10 +29,10 @@ spec:
|
|
|
imagePullPolicy: Always
|
|
|
resources:
|
|
|
limits:
|
|
|
- cpu: 512m
|
|
|
- memory: 1024Mi
|
|
|
+ cpu: 1024m
|
|
|
+ memory: 2048Mi
|
|
|
requests:
|
|
|
- cpu: 128m
|
|
|
+ cpu: 256m
|
|
|
memory: 512Mi
|
|
|
env:
|
|
|
- name: SPRING_PROFILES_ACTIVE
|