-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feat: Single cluster deployment application (#667)
* Feat: Single cluster deployment application Signed-off-by: yeyeye2333 <[email protected]> * update generated Signed-off-by: yeyeye2333 <[email protected]> * Change Comment Signed-off-by: yeyeye2333 <[email protected]> --------- Signed-off-by: yeyeye2333 <[email protected]>
- Loading branch information
1 parent
19220c1
commit 1ebcffd
Showing
10 changed files
with
133 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
25 changes: 25 additions & 0 deletions
25
examples/application/gitrepo-kustomization-demo-without-fleet.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
apiVersion: apps.kurator.dev/v1alpha1 | ||
kind: Application | ||
metadata: | ||
name: rollout-demo | ||
namespace: default | ||
spec: | ||
source: | ||
gitRepository: | ||
interval: 3m0s | ||
ref: | ||
branch: master | ||
timeout: 1m0s | ||
url: https://github.com/stefanprodan/podinfo | ||
syncPolicies: | ||
- kustomization: | ||
interval: 0s | ||
path: ./deploy/webapp | ||
prune: true | ||
timeout: 2m0s | ||
- kustomization: | ||
targetNamespace: default | ||
interval: 5m0s | ||
path: ./kustomize | ||
prune: true | ||
timeout: 2m0s |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters