File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
incubator/teleport-ent-auth Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ apiVersion: v1
22appVersion : " 3.1.8"
33description : A Helm chart for Teleport Auth service
44name : teleport-ent-auth
5- version : 0.1.0
5+ version : 0.1.1
Original file line number Diff line number Diff line change @@ -67,14 +67,16 @@ spec:
6767 httpGet :
6868 path : /healthz
6969 port : {{ .Values.diagnostics.port | default 3000 }}
70- initialDelaySeconds : 30
70+ initialDelaySeconds : 70
7171 timeoutSeconds : 3
72+ failureThreshold : 3
7273 readinessProbe :
7374 httpGet :
7475 path : /readyz
7576 port : {{ .Values.diagnostics.port | default 3000 }}
7677 initialDelaySeconds : 30
7778 timeoutSeconds : 3
79+ failureThreshold : 5
7880 {{- end }}
7981 resources :
8082{{ toYaml .Values.resources | indent 10 }}
Original file line number Diff line number Diff line change @@ -57,7 +57,6 @@ bootstrap:
5757 # # Script used to install resources when auth service is launched
5858 script : |-
5959 #!/bin/bash
60- set -e -o pipefail
6160 # Log script output to /var/log/
6261 exec > >(tee -ia /var/log/teleport-bootstrap.log)
6362 exec 2> >(tee -ia /var/log/teleport-bootstrap.log >&2)
You can’t perform that action at this time.
0 commit comments