apps/argocd/kustomization.yaml

45 lines
991 B
YAML
Raw Normal View History

2024-04-26 09:19:52 +02:00
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: argo-system
resources:
- resources/namespace.yaml
2025-03-25 14:46:20 +01:00
- resources/secret.harbor-credentials.yaml
2024-04-26 10:19:53 +02:00
- resources/secret.git-age.yaml
- resources/configmap.git.yaml
2024-04-26 09:19:52 +02:00
- resources/dragonfly.yml
- resources/http_routes.yaml
2024-05-18 19:18:43 +02:00
images:
- name: argocd
2025-03-25 14:28:54 +01:00
newName: registry.icb4dc0.de/infrastructure/argocd
newTag: v2.14.8
2024-05-18 19:18:43 +02:00
2024-04-26 09:19:52 +02:00
labels:
2025-03-25 14:28:54 +01:00
- includeSelectors: true
pairs:
app.kubernetes.io/managed-by: kustomize
app.kubernetes.io/part-of: argocd
2024-04-26 09:19:52 +02:00
helmCharts:
- name: argo-cd
repo: https://argoproj.github.io/argo-helm
releaseName: argo-cd
namespace: argo-system
version: "7.8.14"
valuesFile: config/values.argo-cd.yaml
apiVersions:
2025-03-25 14:28:54 +01:00
- monitoring.coreos.com/v1
2025-03-26 08:03:25 +01:00
patches:
- target:
group: ""
version: v1
kind: Service
name: argo-cd-argocd-server
patch: |
- op: add
path: /spec/ports/0/appProtocol
value: kubernetes.io/h2c