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

Add instruction how to setup ssl via let's encrypt #16

Open
ShockwaveNN opened this issue Apr 30, 2020 · 1 comment
Open

Add instruction how to setup ssl via let's encrypt #16

ShockwaveNN opened this issue Apr 30, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@ShockwaveNN
Copy link
Contributor

No description provided.

@ShockwaveNN ShockwaveNN added the enhancement New feature or request label Apr 30, 2020
@odoucet
Copy link

odoucet commented Dec 4, 2023

Just add this block to your values.yaml:

ingress:
  enabled: true
  host: onlyoffice.my.domain.com
  # ingressClassName: "" # if needed
  ssl:
    enabled: true
    secret: onlyoffice-tls
  annotations:
    cert-manager.io/cluster-issuer: letsencrypt
   

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

No branches or pull requests

2 participants