29.diff (1418B)
1 diff --git a/config/midnightthoughts.space.yaml b/config/midnightthoughts.space.yaml 2 index 063becc..11929bc 100644 3 --- a/config/midnightthoughts.space.yaml 4 +++ b/config/midnightthoughts.space.yaml 5 @@ -84,14 +84,16 @@ kubernetes_ingress: &kubernetes 6 - ttl: 60 7 type: A 8 values: 9 - - 65.21.116.72 10 - - 159.69.103.159 11 - - 65.109.241.200 12 + #- 65.21.116.72 13 + #- 159.69.103.159 14 + #- 65.109.241.200 15 + - 95.217.31.57 16 - ttl: 60 17 type: AAAA 18 values: 19 - - '2a01:4f8:c012:492::1' 20 - - '2a01:4f9:c012:54d3::1' 21 + #- '2a01:4f8:c012:492::1' 22 + #- '2a01:4f9:c012:54d3::1' 23 + - '2a01:4f9:c010:9436::2' 24 matrix: *kubernetes 25 auth: *kubernetes 26 matrix.art: *kubernetes 27 diff --git a/config/nordgedanken.dev.yaml b/config/nordgedanken.dev.yaml 28 index a121ec4..bd1fc2a 100644 29 --- a/config/nordgedanken.dev.yaml 30 +++ b/config/nordgedanken.dev.yaml 31 @@ -150,14 +150,16 @@ kubernetes: &kubernetes 32 - ttl: 60 33 type: A 34 values: 35 - - 65.21.116.72 36 - - 159.69.103.159 37 - - 65.109.241.200 38 + #- 65.21.116.72 39 + #- 159.69.103.159 40 + #- 65.109.241.200 41 + - 95.217.31.57 42 - ttl: 60 43 type: AAAA 44 values: 45 - - '2a01:4f8:c012:492::1' 46 - - '2a01:4f9:c012:54d3::1' 47 + #- '2a01:4f8:c012:492::1' 48 + #- '2a01:4f9:c012:54d3::1' 49 + - '2a01:4f9:c010:9436::2' 50 auth: *kubernetes 51 git: *kubernetes 52 github-hook: *kubernetes