Skip to content

Commit

Permalink
Enable livenessProbe taginfo
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed May 8, 2024
1 parent 46e7a1e commit a774a21
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions osm-seed/templates/taginfo/taginfo-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ spec:
- name: http
containerPort: 80
protocol: TCP
# livenessProbe:
# httpGet:
# path: /
# port: 80
# initialDelaySeconds: 120
# timeoutSeconds: 60
livenessProbe:
httpGet:
path: /
port: 80
initialDelaySeconds: 120
timeoutSeconds: 60
{{- if .Values.taginfo.resources.enabled }}
resources:
requests:
Expand Down

0 comments on commit a774a21

Please sign in to comment.