Added python-rust article.

Signed-off-by: Pavel Kirilin <win10@list.ru>
This commit is contained in:
2021-12-11 18:08:26 +04:00
parent 27a3bf64f9
commit b77a2e6bf9
8 changed files with 513 additions and 22 deletions

View File

@ -38,11 +38,14 @@ spec:
httpGet:
path: /
port: http
initialDelaySeconds: 40
periodSeconds: 20
readinessProbe:
httpGet:
path: /
port: http
initialDelaySeconds: 15
initialDelaySeconds: 30
periodSeconds: 15
resources:
{{- toYaml .Values.resources | nindent 12 }}
{{- with .Values.nodeSelector }}