File tree Expand file tree Collapse file tree 2 files changed +44
-0
lines changed
applications/wg-easy/charts/cert-manager Expand file tree Collapse file tree 2 files changed +44
-0
lines changed Original file line number Diff line number Diff line change 88 weight : 0
99 helmUpgradeFlags :
1010 - --wait
11+ values :
12+ cert-manager :
13+ image :
14+ registry : ' {{repl HasLocalRegistry | ternary LocalRegistryHost "quay.io" }}'
15+ repository : ' {{repl HasLocalRegistry | ternary LocalRegistryNamespace "jetstack" }}/cert-manager-controller'
16+ webhook :
17+ image :
18+ registry : ' {{repl HasLocalRegistry | ternary LocalRegistryHost "quay.io" }}'
19+ repository : ' {{repl HasLocalRegistry | ternary LocalRegistryNamespace "jetstack" }}/cert-manager-webhook'
20+ cainjector :
21+ image :
22+ registry : ' {{repl HasLocalRegistry | ternary LocalRegistryHost "quay.io" }}'
23+ repository : ' {{repl HasLocalRegistry | ternary LocalRegistryNamespace "jetstack" }}/cert-manager-cainjector'
24+ acmesolver :
25+ image :
26+ registry : ' {{repl HasLocalRegistry | ternary LocalRegistryHost "quay.io" }}'
27+ repository : ' {{repl HasLocalRegistry | ternary LocalRegistryNamespace "jetstack" }}/cert-manager-acmesolver'
28+ startupapicheck :
29+ image :
30+ registry : ' {{repl HasLocalRegistry | ternary LocalRegistryHost "quay.io" }}'
31+ repository : ' {{repl HasLocalRegistry | ternary LocalRegistryNamespace "jetstack" }}/cert-manager-startupapicheck'
32+
1133 namespace : cert-manager
1234 builder : {}
Original file line number Diff line number Diff line change @@ -4,23 +4,45 @@ cert-manager:
44 # Override the namespace used to store the ConfigMap for leader election
55 namespace : " cert-manager"
66 installCRDs : true
7+ # Controller image configuration
8+ image :
9+ registry : quay.io
10+ repository : jetstack/cert-manager-controller
711 extraArgs :
812 - --cluster-resource-namespace=cert-manager
913 - --enable-certificate-owner-ref=true
1014 resources :
1115 requests :
1216 cpu : 5m
1317 memory : 45Mi
18+ # Webhook image configuration
1419 webhook :
20+ image :
21+ registry : quay.io
22+ repository : jetstack/cert-manager-webhook
1523 resources :
1624 requests :
1725 cpu : 5m
1826 memory : 22Mi
27+ # CA Injector image configuration
1928 cainjector :
29+ image :
30+ registry : quay.io
31+ repository : jetstack/cert-manager-cainjector
2032 resources :
2133 requests :
2234 cpu : 5m
2335 memory : 101Mi
36+ # ACME Solver image configuration
37+ acmesolver :
38+ image :
39+ registry : quay.io
40+ repository : jetstack/cert-manager-acmesolver
41+ # Startup API Check image configuration
42+ startupapicheck :
43+ image :
44+ registry : quay.io
45+ repository : jetstack/cert-manager-startupapicheck
2446local :
2547 letsencrypt :
2648 production : false
You can’t perform that action at this time.
0 commit comments