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
54 changes: 27 additions & 27 deletions demo-cluster/.k8s-gen/app-manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
# ---
# apiVersion: argoproj.io/v1alpha1
# kind: Application
# metadata:
# name: game-2048
# namespace: argocd
# spec:
# destination:
# namespace: demo
# server: https://kubernetes.default.svc
# project: user
# revisionHistoryLimit: 3
# source:
# repoURL: http://daocloud.github.io/dao-2048/
# chart: dao-2048
# targetRevision: "1.2.1"
# helm:
# values: |
# replicaCount: 1
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: game-2048
namespace: argocd
spec:
destination:
namespace: demo
server: https://kubernetes.default.svc
project: user
revisionHistoryLimit: 3
source:
repoURL: http://daocloud.github.io/dao-2048/
chart: dao-2048
targetRevision: "1.2.1"
helm:
values: |
replicaCount: 1

# nodeSelector:
# kubernetes.io/hostname: kind-worker
nodeSelector:
kubernetes.io/hostname: kind-worker

# service:
# type: LoadBalancer
# syncPolicy:
# automated:
# prune: true
# selfHeal: true
service:
type: LoadBalancer
syncPolicy:
automated:
prune: true
selfHeal: true