Skip to content

Commit

Permalink
fix: incorrect format
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Lazarev committed Nov 19, 2024
1 parent 486c7c9 commit 525cba3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
3 changes: 2 additions & 1 deletion charts/k3/templates/register.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
labels:
{{- include "k3Register.labels" . | nindent 8 }}
spec:
containers:

initContainers:
- name: register-init
{{- with .Values.register.initContainer.command }}
Expand All @@ -33,6 +33,7 @@ spec:
{{- end }}
env:
{{- toYaml .Values.register.initContainer.env | nindent 12 }}
containers:
- name: register
image: "{{ .Values.register.image.repository }}:{{ .Values.register.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.register.image.pullPolicy }}
Expand Down
10 changes: 1 addition & 9 deletions charts/k3/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,15 +87,7 @@ node:
env: []
args:
- performer
readinessProbe:
httpGet:
path: /
port: 3000
initialDelaySeconds: 30
periodSeconds: 10
timeoutSeconds: 3
failureThreshold: 3
successThreshold: 1
readinessProbe: {}
# livenessProbe:
# httpGet:
# path: /metrics
Expand Down

0 comments on commit 525cba3

Please sign in to comment.