[20.02.20] Revert of replica size , strategy and probe

This commit is contained in:
andyjk15 2020-02-20 14:28:52 +00:00
parent a9985e82c7
commit a629080ebd

View File

@ -6,15 +6,15 @@ metadata:
name: RESOURCE_NAME name: RESOURCE_NAME
namespace: default namespace: default
spec: spec:
replicas: 0 replicas: 2
selector: selector:
matchLabels: matchLabels:
app: RESOURCE_NAME app: RESOURCE_NAME
# strategy: strategy:
# type: RollingUpdate type: RollingUpdate
# rollingUpdate: rollingUpdate:
# maxSurge: 25% maxSurge: 25%
# maxUnavailable: 0 maxUnavailable: 0
template: template:
metadata: metadata:
labels: labels:
@ -70,6 +70,6 @@ spec:
limits: limits:
cpu: 0.5 cpu: 0.5
memory: 256Mi memory: 256Mi
# restartPolicy: Always restartPolicy: Always
imagePullSecrets: imagePullSecrets:
- name: registry-secret - name: registry-secret