Skip to content

Commit

Permalink
update...
Browse files Browse the repository at this point in the history
  • Loading branch information
cachemeoutside committed Nov 28, 2023
1 parent f7b3aec commit 3aa5663
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions charts/templates/deployment-worker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,18 +68,6 @@ spec:
- name: http
containerPort: 80
protocol: TCP
livenessProbe:
httpGet:
path: /
port: http
initialDelaySeconds: 120
periodSeconds: 30
readinessProbe:
httpGet:
path: /
port: http
initialDelaySeconds: 120
periodSeconds: 30
resources:
{{- toYaml .Values.resources | nindent 12 }}
{{- with .Values.nodeSelector }}
Expand Down

0 comments on commit 3aa5663

Please sign in to comment.