Skip to content

Commit

Permalink
fix(template): periodSeconds was in wrong scope
Browse files Browse the repository at this point in the history
  • Loading branch information
bergerx committed Apr 22, 2020
1 parent b83faf1 commit cc1fa73
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ spec:
containerPort: 8080
protocol: TCP
livenessProbe:
periodSeconds: 1
httpGet:
path: /healthz
periodSeconds: 1
port: 8080
readinessProbe:
periodSeconds: 1
httpGet:
path: /healthz
periodSeconds: 1
port: 8080
resources:
{{- toYaml .Values.resources | nindent 12 }}
Expand Down

0 comments on commit cc1fa73

Please sign in to comment.