Skip to content

Instantly share code, notes, and snippets.

@Cpriyanshi77
Last active July 1, 2023 11:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save Cpriyanshi77/c0a9b6d8dc4571c66fe5577fe008cc0d to your computer and use it in GitHub Desktop.
Save Cpriyanshi77/c0a9b6d8dc4571c66fe5577fe008cc0d to your computer and use it in GitHub Desktop.
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: efk-stack
spec:
destination:
namespace: kube-logging
server: 'https://44FAE76C0259DAA41A67841B25E5A9C1.gr7.us-west-2.eks.amazonaws.com'
source:
path: efk-stack
repoURL: 'https://gitlab.com/priyanshichauhan0707/efk-stack.git'
targetRevision: main
sources: []
project: devops
syncPolicy:
automated:
prune: true
selfHeal: true
retry:
limit: 5
backoff:
duration: 5s
factor: 2
maxDuration: 3m
syncOptions:
- Validate=true
- CreateNamespace=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment