Files
kubernetes/argocd/applications/phpipam.yaml
Dustin C. Hatch fdbf1d3432 argocd: Deploy Argo CD
[Argo CD] is a Kubernetes-native GitOps/continuous deployment manager.
It monitors the state of Kubnernetes resources, such as Pods,
Deployments, ConfigMaps, Secrets, and Custom Resources, and synchronizes
them with their canonical definitions from a Git repository.

*Argo CD* consists of various components, including a Repository
Service, an Application Controller, a Notification Controller, and an
API server/Web UI.  It also has some optional components, such as a
bundled Dex server for authentication/authorization, and an
ApplicationSet controller, which we will not be using.

[Argo CD]: https://argo-cd.readthedocs.io/
2023-10-14 10:17:04 -05:00

14 lines
299 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: phpipam
namespace: argocd
spec:
destination:
server: https://kubernetes.default.svc
project: default
source:
path: phpipam
repoURL: https://git.pyrocufflink.blue/infra/kubernetes.git
targetRevision: master