fleet-infra/clusters/my-cluster/argocd/kustomization.yaml

19 lines
438 B
YAML
Raw Normal View History

2024-08-05 21:57:14 -05:00
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: argocd
resources:
- namespace.yaml
2025-01-18 11:09:01 -06:00
- https://raw.githubusercontent.com/argoproj/argo-cd/v2.13.3/manifests/install.yaml
2024-08-05 21:57:14 -05:00
patches:
- patch: |
apiVersion: v1
kind: Service
metadata:
name: argocd-server
spec:
type: LoadBalancer
target:
kind: Service
labelSelector: app.kubernetes.io/name=argocd-server