We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d837b3 commit 722f762Copy full SHA for 722f762
1 file changed
deploy/kubernetes/podinfo-dep.yaml
@@ -2,8 +2,11 @@ apiVersion: apps/v1beta1 # for versions before 1.6.0 use extensions/v1beta1
2
kind: Deployment
3
metadata:
4
name: podinfo
5
+ annotations:
6
+ flux.weave.works/tag.podinfo: glob:*
7
+ flux.weave.works/automated: 'true'
8
spec:
- replicas: 1
9
+ replicas: 4
10
template:
11
12
labels:
0 commit comments