CI: Add image scan
This commit is contained in:
parent
c9e62c83d3
commit
8b67c1dfbc
7 changed files with 84 additions and 15 deletions
|
@ -39,11 +39,11 @@ spec:
|
|||
protocol: TCP
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /
|
||||
path: /healthz
|
||||
port: http
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /
|
||||
path: /healthy
|
||||
port: http
|
||||
resources:
|
||||
{{- toYaml .Values.resources | nindent 12 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue