diff --git a/system/ArgoCD/application-argo-cd.yaml b/system/ArgoCD/application-argo-cd.yaml new file mode 100644 index 0000000..3162eec --- /dev/null +++ b/system/ArgoCD/application-argo-cd.yaml @@ -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 diff --git a/system/ArgoCD/chart-values.yml b/system/ArgoCD/values.yaml similarity index 52% rename from system/ArgoCD/chart-values.yml rename to system/ArgoCD/values.yaml index 285aa59..b824a55 100644 --- a/system/ArgoCD/chart-values.yml +++ b/system/ArgoCD/values.yaml @@ -6,3 +6,5 @@ global: server: ingress: enabled: true + annotations: + traefik.ingress.kubernetes.io/router.middlewares: security-headers@file,compression@file