Skip to content
/ infra Public

πŸ™ My K3s-related resources

License

Notifications You must be signed in to change notification settings

yudejp/infra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

12 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

k3s.yude.jp

πŸ™ My K3s-related resources

Setup

  1. Install ArgoCD
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml
  1. Integrate this repository to the cluster
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
  name: infra
  namespace: argocd
spec:
  project: default
  destination:
    server: https://kubernetes.default.svc
  source:
    repoURL: https://github.com/yudejp/infra.git
    path: .
    targetRevision: main
    directory:
      recurse: true
  syncPolicy:
    automated: {}
    syncOptions:
    - CreateNamespace=true

License

MIT License.

About

πŸ™ My K3s-related resources

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages