Skip to content
Discussion options

You must be logged in to vote

@Biacode You can try to the end of the kube.tf file via the nginx_ingress_values variable, basically you have to put it under service -> annotations, normally it should install the updated service for you.

Otherwise, just pull the service with kubectl get svc -o yaml, edit and apply it with -f option. You can also use kubectl edit, but not very infra as code.

It should be the full hostname that points to the LB IP, it does not matter if you have this set up on the root domain or the subname. If you are not sure, just check your DNS root file.

Replies: 5 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@pmig
Comment options

Answer selected by mysticaltech
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@mysticaltech
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants
Converted from issue

This discussion was converted from issue #409 on November 14, 2022 17:44.