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

Promblem with examples/pulsar/values-kop-tls-istio.yaml #649

Open
ciiiii opened this issue Apr 29, 2022 · 0 comments
Open

Promblem with examples/pulsar/values-kop-tls-istio.yaml #649

ciiiii opened this issue Apr 29, 2022 · 0 comments

Comments

@ciiiii
Copy link
Member

ciiiii commented Apr 29, 2022

  1. Components not work with internal TLS, such as zookeeper, broker.
    tls:
    enabled: true
    proxy:
    enabled: true
    broker:
    enabled: true
    zookeeper:
    enabled: true
  2. internal_issuer and public_issuer shouldn't enable at the same time, they will render two Certificate with same name.
    # issue selfsigning certs
    certs:
    internal_issuer:
    enabled: true
    type: selfsigning
    public_issuer:
    enabled: true
    type: selfsigning
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

1 participant