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

25 lines
758 B
YAML
Raw Normal View History

2024-08-06 02:57:14 +00:00
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- namespace.yaml
- https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml
patches:
- patch: |
apiVersion: apps/v1
kind: Deployment
metadata:
name: all
spec:
template:
spec:
containers:
- name: manager
env:
- name: "HTTP_PROXY"
value: "http://proxy-lb.lab.kill0.net:3128"
- name: "HTTPS_PROXY"
value: "http://proxy-lb.lab.kill0.net:3128"
- name: "NO_PROXY"
value: ".cluster.local.,.cluster.local,.svc,10.0.0.0/8,172.16.0.0/12,192.168.0.0/16"