Remove ArgoCD proxy settings

This commit is contained in:
Ryan Cavicchioni 2024-08-05 23:00:30 -05:00
parent c0553388b3
commit 9712ca53e3
Signed by: ryanc
GPG Key ID: 877EEDAF9245103D

View File

@ -5,45 +5,3 @@ namespace: argocd
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: argocd-repo-server
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"
target:
kind: Deployment
labelSelector: app.kubernetes.io/name=argocd-repo-server
- patch: |
apiVersion: apps/v1
kind: Deployment
metadata:
name: all
spec:
template:
spec:
containers:
- name: dex
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"
target:
kind: Deployment
labelSelector: app.kubernetes.io/name=argocd-dex-server