Adopt ArgoCD in gitops

This commit is contained in:
Danny Bessems 2025-02-12 21:08:13 +11:00
parent cc53be7f7c
commit b44768c042
2 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,23 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: argo-cd
namespace: argo-cd
spec:
destination:
server: https://kubernetes.default.svc
namespace: argo-cd
project: default
sources:
- repoURL: https://argoproj.github.io/argo-helm
chart: gitea
targetRevision: 7.8.2
helm:
valueFiles:
- $values/system/ArgoCD/values.yaml
- repoURL: https://code.spamasaurus.com/djpbessems/Kubernetes.K3s.installLog
targetRevision: master
ref: values
# - repoURL: https://github.com/djpbessems/Kubernetes.K3s.installLog
# targetRevision: master
# ref: values

View File

@ -6,3 +6,5 @@ global:
server:
ingress:
enabled: true
annotations:
traefik.ingress.kubernetes.io/router.middlewares: security-headers@file,compression@file