File tree Expand file tree Collapse file tree 2 files changed +14
-7
lines changed Expand file tree Collapse file tree 2 files changed +14
-7
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- apiVersion : apps/v1beta1
2
+ apiVersion : apps/v1
3
3
kind : Deployment
4
4
metadata :
5
5
name : podinfo
6
6
spec :
7
- replicas : 1
7
+ minReadySeconds : 5
8
+ progressDeadlineSeconds : 60
9
+ strategy :
10
+ rollingUpdate :
11
+ maxUnavailable : 0
12
+ type : RollingUpdate
13
+ selector :
14
+ matchLabels :
15
+ app : podinfo
8
16
template :
9
17
metadata :
18
+ annotations :
19
+ prometheus.io/scrape : " true"
10
20
labels :
11
21
app : podinfo
12
- # role: openfaas-system
13
- annotations :
14
- prometheus.io/scrape : ' true'
15
22
spec :
16
23
containers :
17
24
- name : podinfod
18
- image : quay.io/stefanprodan/podinfo:1.0.1
25
+ image : quay.io/stefanprodan/podinfo:1.4.3
19
26
command :
20
27
- ./podinfo
21
28
- --port=9898
Original file line number Diff line number Diff line change 1
1
package version
2
2
3
- var VERSION = "1.4.2 "
3
+ var VERSION = "1.4.3 "
4
4
var REVISION = "unknown"
You can’t perform that action at this time.
0 commit comments