Make some update to drone deployment
This commit is contained in:
parent
9bf8b4e004
commit
42f9dcb6c8
4 changed files with 4 additions and 3 deletions
|
|
@ -30,7 +30,7 @@ spec:
|
|||
annotations:
|
||||
checksum/secrets: f04829730411ff67dd00ecc2a6f709ad9b067e2731b5164841e93bac8beb071e
|
||||
|
||||
prometheus.io/port: "80"
|
||||
prometheus.io/port: "3000"
|
||||
prometheus.io/scrape: "true"
|
||||
spec:
|
||||
automountServiceAccountToken: false
|
||||
|
|
@ -49,7 +49,7 @@ spec:
|
|||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- name: http
|
||||
containerPort: 80
|
||||
containerPort: 3000
|
||||
protocol: TCP
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue