feat: Setup ArgoCD on k8s-peterg

This commit is contained in:
Peter 2025-11-08 17:20:48 +01:00
parent 67621c6409
commit a009bbf121
12 changed files with 27398 additions and 1364 deletions

View file

@ -1,17 +0,0 @@
---
apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute
metadata:
name: argocd-route
namespace: argocd
spec:
parentRefs:
- name: internal
namespace: kube-system
sectionName: http
hostnames:
- "argocd.k8s-test.wheatley.in"
rules:
- backendRefs:
- name: argocd-server
port: 80

File diff suppressed because it is too large Load diff

View file

@ -1,21 +0,0 @@
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- httproute.yaml
- install.yaml
- repository.yaml
- namespace.yaml
namespace: argocd
configMapGenerator:
- name: argocd-cmd-params-cm
behavior: replace
literals:
- server.insecure=true
- reposerver.enable.git.submodule=false
- name: argocd-cm
behavior: merge
literals:
- kustomize.buildOptions=--enable-helm

View file

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

View file

@ -1,14 +0,0 @@
---
apiVersion: v1
kind: Secret
type: Opaque
metadata:
name: argocd-private-repo
namespace: argocd
annotations:
managed-by: argocd.argoproj.io
labels:
argocd.argoproj.io/secret-type: repository
stringData:
type: git
url: https://code.peterg.nl/wheatley/kubernetes.git