Skip to content

Commit

Permalink
weird
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnBakhmat committed May 17, 2024
1 parent 5e3419f commit 55426bf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions chart/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@ spec:
- name: {{ .Chart.Name }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
ports:
- name: http
containerPort: {{ .Values.service.app_port }}
protocol: TCP
env:
- name: "GITHUB_TOKEN"
valueFrom:
secretKeyRef:
key: github_token
name: {{.Release.Name }}-auth
ports:
- name: http
containerPort: {{ .Values.service.app_port }}
protocol: TCP
startupProbe:
initialDelaySeconds: 20
httpGet:
Expand Down

0 comments on commit 55426bf

Please sign in to comment.