Compare commits
2 Commits
acba01e08d
...
bd75c891e6
Author | SHA1 | Date | |
---|---|---|---|
bd75c891e6
|
|||
a2ca2c3fe8
|
@ -19,7 +19,7 @@ patches:
|
|||||||
- name: "https_proxy"
|
- name: "https_proxy"
|
||||||
value: "http://proxy-lb.lab.kill0.net:3128"
|
value: "http://proxy-lb.lab.kill0.net:3128"
|
||||||
- name: "no_proxy"
|
- name: "no_proxy"
|
||||||
value: ".cluster.local, .svc, 10.0.0.0/8, 127.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16, k8s-ctrl-lb.lab.kill0.net, k3s-ctrl-lb.lab.kill0.net, kube-lb.lab.kill0.net, localhost"
|
value: ".svc, 10.0.0.0/8, 127.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16, k8s-ctrl-lb.lab.kill0.net, localhost"
|
||||||
target:
|
target:
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
labelSelector: app.kubernetes.io/part-of=flux
|
labelSelector: app.kubernetes.io/part-of=flux
|
@ -20,7 +20,7 @@ metadata:
|
|||||||
namespace: flux-system
|
namespace: flux-system
|
||||||
spec:
|
spec:
|
||||||
interval: 10m0s
|
interval: 10m0s
|
||||||
path: ./clusters/my-cluster
|
path: ./clusters/k8s-cluster
|
||||||
prune: true
|
prune: true
|
||||||
sourceRef:
|
sourceRef:
|
||||||
kind: GitRepository
|
kind: GitRepository
|
||||||
|
@ -1,5 +1,25 @@
|
|||||||
|
---
|
||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
- gotk-components.yaml
|
- gotk-components.yaml
|
||||||
- gotk-sync.yaml
|
- gotk-sync.yaml
|
||||||
|
patches:
|
||||||
|
- patch: |
|
||||||
|
apiVersion: apps/v1
|
||||||
|
kind: Deployment
|
||||||
|
metadata:
|
||||||
|
name: all
|
||||||
|
spec:
|
||||||
|
template:
|
||||||
|
spec:
|
||||||
|
containers:
|
||||||
|
- name: manager
|
||||||
|
env:
|
||||||
|
- 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/part-of=flux
|
||||||
|
Reference in New Issue
Block a user