File tree Expand file tree Collapse file tree 3 files changed +23
-2
lines changed Expand file tree Collapse file tree 3 files changed +23
-2
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ maintainers:
15151616sources :
1717 - https://github.com/devtron-labs/charts
18- version : 0.1.9
19- appVersion : " 0.1.1 "
18+ version : 0.2.0
19+ appVersion : " 0.2.0 "
2020dependencies :
2121- name : clair
2222 version : " 0.x.x"
Original file line number Diff line number Diff line change @@ -111,6 +111,26 @@ spec:
111111 - name : app
112112 containerPort : 8080
113113 protocol : TCP
114+ livenessProbe :
115+ failureThreshold : 3
116+ httpGet :
117+ path : /health
118+ port : {{ $.Values.imageScanner.healthPort }}
119+ scheme : HTTP
120+ initialDelaySeconds : 20
121+ periodSeconds : 10
122+ successThreshold : 1
123+ timeoutSeconds : 5
124+ readinessProbe :
125+ failureThreshold : 3
126+ httpGet :
127+ path : /health
128+ port : {{ $.Values.imageScanner.healthPort }}
129+ scheme : HTTP
130+ initialDelaySeconds : 20
131+ periodSeconds : 10
132+ successThreshold : 1
133+ timeoutSeconds : 5
114134 env :
115135 - name : DEVTRON_APP_NAME
116136 value : image-scanner
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ global:
1111 # imagePullSecrets:
1212 # - name: yoursecret
1313imageScanner :
14+ healthPort : 8080
1415 configs :
1516 CLAIR_ADDR : clair.devtroncd:6060
1617 CLIENT_ID : client-2
You can’t perform that action at this time.
0 commit comments