Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

store TLS secret in any namespace #706

Closed
aminebizid opened this issue Sep 25, 2019 · 1 comment
Closed

store TLS secret in any namespace #706

aminebizid opened this issue Sep 25, 2019 · 1 comment

Comments

@aminebizid
Copy link

Is it possible to have my tls secret in any other namespace than the POD namespace?

  tls:
  - hosts:
    - sslexample.foo.com
    secretName: any_namespace/testsecret-tls
@pleshakov
Copy link
Contributor

@aminebizid it is possible with mergeable Ingresses. Please take a look -- https://github.com/nginxinc/kubernetes-ingress/tree/master/examples/mergeable-ingress-types

You can have a master Ingress that defines sslexample.foo.com host and TLS termination and minion Ingress resources that define paths. Minions and the master can be in different namespaces.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants