Merge branch 'main' of https://gitea.wty.cool/root/zero
This commit is contained in:
@@ -7,8 +7,8 @@ spec:
|
|||||||
project: default
|
project: default
|
||||||
|
|
||||||
source:
|
source:
|
||||||
repoURL: https://github.com/yangchuansheng/argocd-lab.git
|
repoURL: https://gitea.wty.cool/root/zero.git
|
||||||
targetRevision: HEAD
|
targetRevision: main
|
||||||
path: dev
|
path: dev
|
||||||
destination:
|
destination:
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
@@ -20,4 +20,4 @@ spec:
|
|||||||
|
|
||||||
automated:
|
automated:
|
||||||
selfHeal: true
|
selfHeal: true
|
||||||
prune: true
|
prune: true
|
@@ -6,7 +6,7 @@ spec:
|
|||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: myapp
|
app: myapp
|
||||||
replicas: 2
|
replicas: 3
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
@@ -16,4 +16,4 @@ spec:
|
|||||||
- name: myapp
|
- name: myapp
|
||||||
image: nginx:latest
|
image: nginx:latest
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 80
|
- containerPort: 80
|
Reference in New Issue
Block a user