Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

frontend dns record #1401

Merged
merged 4 commits into from
Feb 28, 2025
Merged

frontend dns record #1401

merged 4 commits into from
Feb 28, 2025

Conversation

geoberle
Copy link
Collaborator

@geoberle geoberle commented Feb 25, 2025

What this PR does

introduce a DNS record for frontend on top of the SVC cluster istio ingress gateway public IP

follows up on #1201
@katherinelc321 PTAL

Jira: https://issues.redhat.com/browse/ARO-14845
Link to demo recording:

Special notes for your reviewer

janboll
janboll previously approved these changes Feb 27, 2025
Signed-off-by: Gerd Oberlechner <goberlec@redhat.com>
Signed-off-by: Gerd Oberlechner <goberlec@redhat.com>
@geoberle geoberle force-pushed the frontend-dns branch 2 times, most recently from 1cb04d9 to 4c04a5a Compare February 28, 2025 12:26
@@ -158,7 +158,7 @@ module maestroInfra '../modules/maestro/maestro-infra.bicep' = {
maxClientSessionsPerAuthName: maestroEventGridMaxClientSessionsPerAuthName
publicNetworkAccess: maestroEventGridPrivate ? 'Disabled' : 'Enabled'
certificateIssuer: maestroCertificateIssuer
logAnalyticsWorkspaceId: logAnalyticsWorkspace.id
logAnalyticsWorkspaceId: enableLogAnalytics ? logAnalyticsWorkspace.id : ''
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unrelated fix

Signed-off-by: Gerd Oberlechner <goberlec@redhat.com>
Signed-off-by: Gerd Oberlechner <goberlec@redhat.com>
Copy link
Collaborator

@tony-schndr tony-schndr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks Gerd!

@geoberle geoberle merged commit 28da93f into main Feb 28, 2025
24 checks passed
@geoberle geoberle deleted the frontend-dns branch February 28, 2025 15:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants