Skip to content

Commit

Permalink
Add healthcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
rdrgmnzs authored and Rodrigo Menezes committed Jul 9, 2020
1 parent 4e1995a commit 733bed6
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,12 @@ spec:
limits:
memory: {{ or .Authentication.Aws.MemoryLimit "20Mi" }}
cpu: {{ or .Authentication.Aws.CPULimit "100m" }}
livenessProbe:
httpGet:
host: 127.0.0.1
path: /healthz
port: 21362
scheme: HTTPS
volumeMounts:
- name: config
mountPath: /etc/aws-iam-authenticator/
Expand Down

0 comments on commit 733bed6

Please sign in to comment.