Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 36 additions & 1 deletion demo-cluster/.k8s-gen/app-manifests.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,39 @@

---
apiVersion: v1
kind: Namespace
metadata:
name: demo-oss-japan
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: game-2048
namespace: argocd
spec:
destination:
namespace: demo-oss-japan
server: https://kubernetes.default.svc
project: user
revisionHistoryLimit: 3
sources:
- chart: dao-2048
helm:
values: |
nodeSelector:
role: storage
tolerations:
- key: role
value: storage
operator: Equal
effect: NoSchedule
service:
type: LoadBalancer
repoURL: http://daocloud.github.io/dao-2048/
targetRevision: "1.2.1"
syncPolicy:
automated:
prune: true
selfHeal: true
---
apiVersion: argoproj.io/v1alpha1
kind: AppProject
Expand Down