Skip to content

Commit

Permalink
Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
castus committed Oct 23, 2023
1 parent 230764e commit a0f3b1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions generated/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,7 @@ spec:
runAsUser: 1000
image: "c4stus/lights-api:sha-8e477df"
imagePullPolicy: IfNotPresent
command: ["ls"]
args:
- "-la"
command: ["./lights-api"]
ports:
- name: http
containerPort: 8080
Expand Down
4 changes: 1 addition & 3 deletions templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@ spec:
{{- toYaml .Values.securityContext | nindent 12 }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
command: ["ls"]
args:
- "-la"
command: ["./lights-api"]
ports:
- name: http
containerPort: {{ .Values.service.port }}
Expand Down

0 comments on commit a0f3b1e

Please sign in to comment.