Add ArgoCD

This commit is contained in:
Ryan Cavicchioni 2024-08-05 21:57:14 -05:00
parent 7579873f04
commit 05f9e4958a
Signed by: ryanc
GPG Key ID: 877EEDAF9245103D
2 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,18 @@
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: argocd
resources:
- namespace.yaml
- https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml
patches:
- patch: |
apiVersion: v1
kind: Service
metadata:
name: argocd-server
spec:
type: LoadBalancer
target:
kind: Service
labelSelector: app.kubernetes.io/name=argocd-server

View File

@ -0,0 +1,5 @@
---
apiVersion: v1
kind: Namespace
metadata:
name: argocd