We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7c198d commit 191d96cCopy full SHA for 191d96c
1 file changed
deploy/kubernetes/podinfo-dep.yaml
@@ -4,9 +4,8 @@ kind: Deployment
4
metadata:
5
name: podinfo
6
annotations:
7
- flux.weave.works/tag.dotnet-load-tester: glob:*
8
- flux.weave.works/automated: 'true'
9
-
+ flux.weave.works/tag.dotnet-load-tester: glob:*
+ flux.weave.works/automated: 'true'
10
spec:
11
replicas: 4
12
template:
@@ -16,6 +15,6 @@ spec:
16
15
17
containers:
18
- name: podinfo
19
- image: quay.io/stefanprodan/podinfo:1.0.0
+ image: quay.io/stefanprodan/podinfo:1.4.1
20
ports:
21
- containerPort: 3000
0 commit comments