Skip to content

Commit 722f762

Browse files
committed
asdas
1 parent 3d837b3 commit 722f762

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

deploy/kubernetes/podinfo-dep.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@ apiVersion: apps/v1beta1 # for versions before 1.6.0 use extensions/v1beta1
22
kind: Deployment
33
metadata:
44
name: podinfo
5+
annotations:
6+
flux.weave.works/tag.podinfo: glob:*
7+
flux.weave.works/automated: 'true'
58
spec:
6-
replicas: 1
9+
replicas: 4
710
template:
811
metadata:
912
labels:

0 commit comments

Comments
 (0)