Migration complete
This commit is contained in:
parent
94240e62b8
commit
1dfb16b4f4
|
|
@ -69,7 +69,7 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
serviceAccountName: redeploy
|
serviceAccountName: redeploy
|
||||||
imagePullSecrets:
|
imagePullSecrets:
|
||||||
- name: "hub-moritzgraf-de"
|
- name: "registry-haumdaucher-de"
|
||||||
containers:
|
containers:
|
||||||
- name: redeploy-corona
|
- name: redeploy-corona
|
||||||
image: registry.haumdaucher.de/redeploy:latest
|
image: registry.haumdaucher.de/redeploy:latest
|
||||||
|
|
|
||||||
|
|
@ -120,15 +120,15 @@ resource "ovh_domain_zone_record" "mail_moritzgraf" {
|
||||||
subdomain = "mail"
|
subdomain = "mail"
|
||||||
fieldtype = "A"
|
fieldtype = "A"
|
||||||
ttl = local.ttl
|
ttl = local.ttl
|
||||||
target = "91.121.64.43" # old
|
#target = "91.121.64.43" # old
|
||||||
#target = "91.121.84.190" # new
|
target = "91.121.84.190" # new
|
||||||
}
|
}
|
||||||
resource "ovh_domain_zone_record" "moritzgraf" {
|
resource "ovh_domain_zone_record" "moritzgraf" {
|
||||||
zone = "moritzgraf.de"
|
zone = "moritzgraf.de"
|
||||||
fieldtype = "A"
|
fieldtype = "A"
|
||||||
ttl = local.ttl
|
ttl = local.ttl
|
||||||
target = "91.121.64.43" # old
|
#target = "91.121.64.43" # old
|
||||||
#target = "91.121.84.190" # new
|
target = "91.121.84.190" # new
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"version": 4,
|
"version": 4,
|
||||||
"terraform_version": "0.12.24",
|
"terraform_version": "0.12.24",
|
||||||
"serial": 131,
|
"serial": 134,
|
||||||
"lineage": "8aff5d23-05f6-10eb-0ae6-1084c787677e",
|
"lineage": "8aff5d23-05f6-10eb-0ae6-1084c787677e",
|
||||||
"outputs": {},
|
"outputs": {},
|
||||||
"resources": [
|
"resources": [
|
||||||
|
|
@ -539,7 +539,7 @@
|
||||||
"fieldtype": "A",
|
"fieldtype": "A",
|
||||||
"id": "5106870709",
|
"id": "5106870709",
|
||||||
"subdomain": "mail",
|
"subdomain": "mail",
|
||||||
"target": "91.121.64.43",
|
"target": "91.121.84.190",
|
||||||
"ttl": 60,
|
"ttl": 60,
|
||||||
"zone": "moritzgraf.de"
|
"zone": "moritzgraf.de"
|
||||||
},
|
},
|
||||||
|
|
@ -559,7 +559,7 @@
|
||||||
"fieldtype": "A",
|
"fieldtype": "A",
|
||||||
"id": "5118726203",
|
"id": "5118726203",
|
||||||
"subdomain": "",
|
"subdomain": "",
|
||||||
"target": "91.121.64.43",
|
"target": "91.121.84.190",
|
||||||
"ttl": 60,
|
"ttl": 60,
|
||||||
"zone": "moritzgraf.de"
|
"zone": "moritzgraf.de"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"version": 4,
|
"version": 4,
|
||||||
"terraform_version": "0.12.24",
|
"terraform_version": "0.12.24",
|
||||||
"serial": 128,
|
"serial": 131,
|
||||||
"lineage": "8aff5d23-05f6-10eb-0ae6-1084c787677e",
|
"lineage": "8aff5d23-05f6-10eb-0ae6-1084c787677e",
|
||||||
"outputs": {},
|
"outputs": {},
|
||||||
"resources": [
|
"resources": [
|
||||||
|
|
@ -539,7 +539,7 @@
|
||||||
"fieldtype": "A",
|
"fieldtype": "A",
|
||||||
"id": "5106870709",
|
"id": "5106870709",
|
||||||
"subdomain": "mail",
|
"subdomain": "mail",
|
||||||
"target": "91.121.84.190",
|
"target": "91.121.64.43",
|
||||||
"ttl": 60,
|
"ttl": 60,
|
||||||
"zone": "moritzgraf.de"
|
"zone": "moritzgraf.de"
|
||||||
},
|
},
|
||||||
|
|
@ -559,7 +559,7 @@
|
||||||
"fieldtype": "A",
|
"fieldtype": "A",
|
||||||
"id": "5118726203",
|
"id": "5118726203",
|
||||||
"subdomain": "",
|
"subdomain": "",
|
||||||
"target": "91.121.84.190",
|
"target": "91.121.64.43",
|
||||||
"ttl": 60,
|
"ttl": 60,
|
||||||
"zone": "moritzgraf.de"
|
"zone": "moritzgraf.de"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue