Skip to content

Commit

Permalink
Fix the generating template
Browse files Browse the repository at this point in the history
I adjusted the values directly in the manifest instead of the template

TODO - create a secret template
  • Loading branch information
edenreich committed Jun 18, 2024
1 parent 4cbe583 commit eae800a
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
httpGet:
path: /healthz
port: 8000
initialDelaySeconds: 25
initialDelaySeconds: 1
periodSeconds: 5
timeoutSeconds: 1
successThreshold: 1
Expand All @@ -51,11 +51,9 @@ spec:
httpGet:
path: /readyz
port: 8000
initialDelaySeconds: 5
periodSeconds: 5
livenessProbe:
httpGet:
path: /healthz
port: 8000
initialDelaySeconds: 15
periodSeconds: 5

0 comments on commit eae800a

Please sign in to comment.