Skip to content

Commit

Permalink
[host-ocp4-assisted-installer] Fix dns record for apps (route53) (#7521)
Browse files Browse the repository at this point in the history
  • Loading branch information
agonzalezrh authored Dec 15, 2023
1 parent 1866286 commit 6d03634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/host-ocp4-assisted-installer/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@
aws_access_key_id: "{{ route53_aws_access_key_id }}"
aws_secret_access_key: "{{ route53_aws_secret_access_key }}"
hosted_zone_id: "{{ route53_aws_zone_id }}"
record: "api.{{ cluster_name}}.{{ cluster_dns_zone }}"
record: "*.apps.{{ cluster_name}}.{{ cluster_dns_zone }}"
zone: "{{ cluster_dns_zone }}"
value: "{{ full_svc_workers.resources[0].status.loadBalancer.ingress[0].ip }}"
type: A
Expand Down

0 comments on commit 6d03634

Please sign in to comment.