Skip to content
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.

Commit

Permalink
Remove readiness probes
Browse files Browse the repository at this point in the history
Readiness probes are unnecessary as of yet for this application.

Signed-off-by: Austin Orth <[email protected]>
  • Loading branch information
Austin Orth committed Mar 28, 2022
1 parent c0260cb commit 38a1c4d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion charts/pagerbot/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: pagerbot
description: A bot that updates Slack usergroups based on PagerDuty schedules.
type: application
version: 0.1.3
version: 0.1.4
appVersion: "v1.0.0-beta3"
12 changes: 0 additions & 12 deletions charts/pagerbot/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,6 @@ spec:
- name: {{ .Chart.Name }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
ports:
- name: http
containerPort: 80
protocol: TCP
livenessProbe:
httpGet:
path: /
port: http
readinessProbe:
httpGet:
path: /
port: http
resources:
{{- toYaml .Values.resources | nindent 12 }}
{{- with .Values.volumeMounts }}
Expand Down

0 comments on commit 38a1c4d

Please sign in to comment.