Skip to content

Commit

Permalink
Update deploying-spicedb-on-eks.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
sohanmaheshwar authored Oct 30, 2024
1 parent 65e225e commit 8ddff4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/spicedb/ops/deploying-spicedb-on-eks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ EOF

- Apply the above configuration with: `kubectl apply -f spicedb-lb.yaml`
- Run the following command to get the External-IP of the load balancer: `kubectl get services spicedb-external-lb -o json | jq '.status.loadBalancer.ingress[0].hostname'`
- Take the output of the command and add it as a C-Name record in your Route 53 Hosted Zone. **Note**: When adding this ensure that it's added to the record containing the `dnsNames` that was specified while creating an Issuer & Certificate in Step 5.
- Take the output of the command and add it as a C-Name record in your Route 53 Hosted Zone. **Note**: Ensure that it's added to the record containing the `dnsNames` that was specified while creating an Issuer & Certificate in Step 5.

### Test

Expand Down

0 comments on commit 8ddff4a

Please sign in to comment.