Skip to content

Commit c016d3f

Browse files
committed
Replacas increased to 3 in deploy, corrected in example
1 parent 0c765b9 commit c016d3f

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

deploy/kubernetes/podinfo-dep.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ kind: Deployment
44
metadata:
55
name: podinfo
66
spec:
7-
replicas: 1
7+
replicas: 3
88
template:
99
metadata:
1010
labels:

flux/flux-deployment.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,9 @@ spec:
100100
- --ssh-keygen-dir=/var/fluxd/keygen
101101

102102
# replace or remove the following URL
103-
- [email protected]:weaveworks/flux-get-started
103+
- [email protected]:dinkargupta/gitops-tutorial.git
104104
- --git-branch=master
105+
- --git-path=deploy/kubernetes
105106

106107
# include these next two to connect to an "upstream" service
107108
# (e.g., Weave Cloud). The token is particular to the service.

0 commit comments

Comments
 (0)