Compare commits
2 Commits
d0ef80d1d9
...
f89b4217d1
Author | SHA1 | Date | |
---|---|---|---|
f89b4217d1
|
|||
723337f8ec
|
@ -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: ".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"
|
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, registry.lab.kill0.net"
|
||||||
target:
|
target:
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
labelSelector: app.kubernetes.io/part-of=flux
|
labelSelector: app.kubernetes.io/part-of=flux
|
||||||
|
@ -5,5 +5,6 @@ metadata:
|
|||||||
namespace: flagger-system
|
namespace: flagger-system
|
||||||
spec:
|
spec:
|
||||||
interval: 1h
|
interval: 1h
|
||||||
url: oci://ghcr.io/fluxcd/charts
|
url: oci://registry.lab.kill0.net:5004/fluxcd/charts
|
||||||
type: oci
|
type: oci
|
||||||
|
insecure: true
|
||||||
|
Reference in New Issue
Block a user