Commit 11d7775
authored
fix: Add certificate configuration for Traefik (#955)
* fix(traefik): add certificate configuration and update kustomization files
Signed-off-by: Nikolai Emil Damm <[email protected]>
* feat(certificates): add root CA certificate file
Signed-off-by: Nikolai Emil Damm <[email protected]>
* feat(issuers): add ACME Cloudflare ClusterIssuer and related resources
fix(variables): update ConfigMaps and Secrets with email and ACME server details
chore(kustomization): refactor kustomization files for issuer resources
Signed-off-by: Nikolai Emil Damm <[email protected]>
* fix(kustomization): update resource reference to selfsigned-cluster-issuer.yaml
Signed-off-by: Nikolai Emil Damm <[email protected]>
* fix(hosts): correct traefik domain in hosts file
fix(variables): update domain format in variables-cluster-config-map.yaml
Signed-off-by: Nikolai Emil Damm <[email protected]>
* fix(variables): update issuer to acme-cloudflare in cluster config maps
Signed-off-by: Nikolai Emil Damm <[email protected]>
* feat(helm-release): add CRD installation and upgrade configuration
Signed-off-by: Nikolai Emil Damm <[email protected]>
* feat(certificates): add traefik certificate and update kustomization references
Signed-off-by: Nikolai Emil Damm <[email protected]>
* fix(cluster-issuer): add namespace to cloudflare-api-token secret
Signed-off-by: Nikolai Emil Damm <[email protected]>
---------
Signed-off-by: Nikolai Emil Damm <[email protected]>1 parent 7b09349 commit 11d7775
File tree
19 files changed
+102
-17
lines changed- k8s
- bases/infrastructure
- certificates
- controllers
- cert-manager
- traefik
- middlewares/forward-auth
- clusters
- dev/variables
- local/variables
- prod/variables
- distributions
- kind/infrastructure
- cluster-issuers
- talos/infrastructure
- cluster-issuers
19 files changed
+102
-17
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
15 | 19 | | |
16 | 20 | | |
17 | 21 | | |
| |||
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | 26 | | |
31 | 27 | | |
32 | 28 | | |
| |||
35 | 31 | | |
36 | 32 | | |
37 | 33 | | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | 4 | | |
6 | 5 | | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
9 | 11 | | |
| 12 | + | |
10 | 13 | | |
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
22 | | - | |
23 | | - | |
| 23 | + | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
0 commit comments