updates
This commit is contained in:
@@ -19,6 +19,19 @@ spec:
|
|||||||
- name: {{ .Chart.Name }}
|
- name: {{ .Chart.Name }}
|
||||||
image: "{{ .Values.deployment.image }}:{{ default .Chart.Version .Values.deployment.tag }}"
|
image: "{{ .Values.deployment.image }}:{{ default .Chart.Version .Values.deployment.tag }}"
|
||||||
imagePullPolicy: {{ .Values.deployment.imagePullPolicy }}
|
imagePullPolicy: {{ .Values.deployment.imagePullPolicy }}
|
||||||
|
revisionHistoryLimit: 1
|
||||||
|
readinessProbe:
|
||||||
|
httpGet:
|
||||||
|
path: /api/v1/health/getHealth
|
||||||
|
port: 8080
|
||||||
|
livenessProbe:
|
||||||
|
httpGet:
|
||||||
|
path: /api/v1/health/getHealth
|
||||||
|
port: 8080
|
||||||
|
startupProbe:
|
||||||
|
httpGet:
|
||||||
|
path: /api/v1/health/getHealth
|
||||||
|
port: 8080
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
containerPort: {{ .Values.service.targetport }}
|
containerPort: {{ .Values.service.targetport }}
|
||||||
|
|||||||
Reference in New Issue
Block a user