On 2018-05-20 6:28 am, sh...@teclaone.com wrote:
Completed the setup of Phpmy admin, Wordpress, MySql, Ngnix and it is
fine, load balancing with http.
Now I am having Issues with http redirecting to https and where to
connect my existing ssl certificates.


Are you saying that it's automatically directing http traffic to https?

If so, try adding this to your ingress definitions:

apiVersion: extensions/v1beta1
kind: Ingress
metadata:
  annotations:
    nginx.ingress.kubernetes.io/ssl-redirect: "false"

HTH,

DR

--
You received this message because you are subscribed to the Google Groups "Kubernetes 
user discussion and Q&A" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to kubernetes-users+unsubscr...@googlegroups.com.
To post to this group, send email to kubernetes-users@googlegroups.com.
Visit this group at https://groups.google.com/group/kubernetes-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to