File tree Expand file tree Collapse file tree 6 files changed +6
-27
lines changed
infrastructure2/resources/gateways Expand file tree Collapse file tree 6 files changed +6
-27
lines changed Original file line number Diff line number Diff line change 7
7
- name : http-gateway
8
8
namespace : gateways
9
9
hostnames :
10
- - pw.dev.thetillhoff.de # TODO change to pw. thetillhoff.de
10
+ - pw.thetillhoff.de
11
11
rules :
12
12
- filters :
13
13
- type : RequestRedirect
Original file line number Diff line number Diff line change 7
7
- name : https-gateway-thetillhoff-de
8
8
namespace : gateways
9
9
hostnames :
10
- - pw.dev.thetillhoff.de # TODO change to pw. thetillhoff.de
10
+ - pw.thetillhoff.de
11
11
rules :
12
12
- matches :
13
13
- path :
Original file line number Diff line number Diff line change 25
25
26
26
env :
27
27
- name : DOMAIN
28
- value : https://pw.dev. thetillhoff.de
29
- - name : SIGNUPS_DOMAINS_WHITELIST # Setting this ignores SIGNUPS_ALLOWED
30
- value : ' thetillhoff.de'
28
+ value : https://pw.thetillhoff.de
29
+ # - name: SIGNUPS_DOMAINS_WHITELIST # Setting this ignores SIGNUPS_ALLOWED
30
+ # value: 'thetillhoff.de'
31
31
- name : SIGNUPS_ALLOWED # This is ignored if SIGNUPS_DOMAINS_WHITELIST is set
32
32
value : ' false'
33
33
- name : SHOW_PASSWORD_HINT
Original file line number Diff line number Diff line change 40
40
mode : Terminate
41
41
certificateRefs :
42
42
- name : thetillhoff-de-tls-certificate
43
- - name : pw-dev-thetillhoff-de
44
- hostname : " pw.dev.thetillhoff.de"
45
- port : 443
46
- protocol : HTTPS
47
- allowedRoutes :
48
- namespaces :
49
- from : All
50
- tls :
51
- mode : Terminate
52
- certificateRefs :
53
- - name : thetillhoff-de-tls-certificate
54
43
- name : pw-thetillhoff-de
55
44
hostname : " pw.thetillhoff.de"
56
45
port : 443
Original file line number Diff line number Diff line change @@ -80,6 +80,7 @@ const dnsNames = [
80
80
"link.thetillhoff.de" ,
81
81
"analytics.thetillhoff.de" ,
82
82
"pw.dev.thetillhoff.de" ,
83
+ "pw.thetillhoff.de" ,
83
84
// "logs.thetillhoff.de",
84
85
] ;
85
86
Original file line number Diff line number Diff line change @@ -24,17 +24,6 @@ resource "cloudflare_record" "k8s" {
24
24
proxied = false
25
25
}
26
26
27
- # vaultwarden
28
- resource "cloudflare_record" "vaultwarden" {
29
- zone_id = var. cloudflare_zone_id
30
- type = " A"
31
- name = " pw.thetillhoff.de"
32
- content = hcloud_server. kubenode . ipv4_address
33
- ttl = 3600
34
-
35
- proxied = false
36
- }
37
-
38
27
# m365 config
39
28
resource "cloudflare_record" "spf" {
40
29
zone_id = var. cloudflare_zone_id
You can’t perform that action at this time.
0 commit comments