Commit 2c1face3 authored by liaozan's avatar liaozan 🏀

Update k8s-deploy-template.yaml

parent 6cafe171
......@@ -13,12 +13,15 @@ spec:
template:
metadata:
labels:
armsPilotAutoEnable: on
armsPilotCreateAppName: ${APP_NAME}
one-agent.jdk.version: OpenJDK11
app: ${APP_NAME}
spec:
containers:
- name: ${APP_NAME}
image: ${IMAGE}
imagePullPolicy: "Always"
imagePullPolicy: Always
ports:
- containerPort: ${PORT}
livenessProbe:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment