Skip to content

Commit

Permalink
Update to start container
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Jun 4, 2024
1 parent 498543a commit b2d5b1d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions dashboard-charts/templates/dashboard/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,19 @@ spec:
containers:
- name: {{ .Chart.Name }}-dashboard
image: "{{ .Values.dashboard.image.name }}:{{ .Values.dashboard.image.tag }}"
command:
- /bin/sh
- -c
- |
sleep 300000000000000
# command:
# - /bin/sh
# - -c
# - |
# sleep 300000000000000
ports:
- name: http
containerPort: 8000
protocol: TCP
# livenessProbe:
# httpGet:
# path: /
# port: 80
# port: 8000
# initialDelaySeconds: 120
# timeoutSeconds: 60
{{- if .Values.dashboard.resources.enabled }}
Expand Down

0 comments on commit b2d5b1d

Please sign in to comment.