Skip to content
This repository has been archived by the owner on Jan 24, 2025. It is now read-only.

Commit

Permalink
Edit dns entries
Browse files Browse the repository at this point in the history
  • Loading branch information
akucharska committed Sep 5, 2024
1 parent cb53ed5 commit 7676eff
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 0 deletions.
7 changes: 7 additions & 0 deletions environments/dev/dist/extensions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,13 @@ dataSources:
kind: Service
version: v1
filter: $exists($item.status.loadBalancer.ingress)
relatedService:
resource:
kind: Service
version: v1
filter: >-
$filter($root.spec.targets, function ($v, $i, $a) {
$contains($item.status.loadBalancer.ingress.ip, $v)})
details:
resourceGraph:
dataSources:
Expand Down
7 changes: 7 additions & 0 deletions environments/prod/dist/extensions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,13 @@ dataSources:
kind: Service
version: v1
filter: $exists($item.status.loadBalancer.ingress)
relatedService:
resource:
kind: Service
version: v1
filter: >-
$filter($root.spec.targets, function ($v, $i, $a) {
$contains($item.status.loadBalancer.ingress.ip, $v)})
details:
resourceGraph:
dataSources:
Expand Down
7 changes: 7 additions & 0 deletions environments/stage/dist/extensions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,13 @@ dataSources:
kind: Service
version: v1
filter: $exists($item.status.loadBalancer.ingress)
relatedService:
resource:
kind: Service
version: v1
filter: >-
$filter($root.spec.targets, function ($v, $i, $a) {
$contains($item.status.loadBalancer.ingress.ip, $v)})
details:
resourceGraph:
dataSources:
Expand Down
6 changes: 6 additions & 0 deletions extensions/configuration/dns-entries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ data:
version: v1
filter: >-
$exists($item.status.loadBalancer.ingress)
relatedService:
resource:
kind: Service
version: v1
filter: >-
$filter($root.spec.targets, function ($v, $i, $a) { $contains($item.status.loadBalancer.ingress.ip, $v)})
details: |-
resourceGraph:
dataSources:
Expand Down

0 comments on commit 7676eff

Please sign in to comment.