Commit 2c1face3 authored by liaozan's avatar liaozan 🏀

Update k8s-deploy-template.yaml

parent 6cafe171
...@@ -13,12 +13,15 @@ spec: ...@@ -13,12 +13,15 @@ spec:
template: template:
metadata: metadata:
labels: labels:
armsPilotAutoEnable: on
armsPilotCreateAppName: ${APP_NAME}
one-agent.jdk.version: OpenJDK11
app: ${APP_NAME} app: ${APP_NAME}
spec: spec:
containers: containers:
- name: ${APP_NAME} - name: ${APP_NAME}
image: ${IMAGE} image: ${IMAGE}
imagePullPolicy: "Always" imagePullPolicy: Always
ports: ports:
- containerPort: ${PORT} - containerPort: ${PORT}
livenessProbe: 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