Commit e6d9511c authored by liaozan's avatar liaozan 🏀

Update k8s-deploy-template.yaml

parent 6afbac1d
...@@ -20,6 +20,9 @@ spec: ...@@ -20,6 +20,9 @@ spec:
- name: ${APP_NAME} - name: ${APP_NAME}
image: ${IMAGE} image: ${IMAGE}
imagePullPolicy: Always imagePullPolicy: Always
resources:
limits:
memory: ${memoryLimit}
ports: ports:
- containerPort: ${PORT} - containerPort: ${PORT}
protocol: TCP protocol: TCP
......
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