-
I have just successfully deployed weblate on AKS, and everything seems to be alright. However, I am not being given a public IP, as per the below screenshot. Is there an issue, or am I just missing something? |
Beta Was this translation helpful? Give feedback.
Answered by
binte
Feb 2, 2021
Replies: 1 comment 1 reply
-
Ok, I figured this out on my own. I updated the YAML definition of the weblate service, so that it is of type LoadBalancer, and not ClusterIP. Directly on the AKS |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
nijel
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ok, I figured this out on my own. I updated the YAML definition of the weblate service, so that it is of type LoadBalancer, and not ClusterIP. Directly on the AKS