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

[FEATURE] standard ingress with TLS #26

Merged
merged 1 commit into from
Oct 23, 2024

Commits on Oct 10, 2024

  1. [FEATURE] standard ingress with TLS

    This will replace ingress with helm standard ingress, which also adds support for TLS configuration. Recommended usage:
    
    ```yaml
        ingress:
          enabled: true
          annotations:
            kubernetes.io/tls-acme: "true"
          hosts:
            - perses.example.com
          tls:
            - secretName: ingress-cert
              hosts:
                - perses.example.com
    ```
    
    in combination with [cert-manager](https://cert-manager.io/) this will automatically generate certificates and configure HTTPS.
    
    Signed-off-by: Michael Sprauer <[email protected]>
    MichaelSp committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    da66a36 View commit details
    Browse the repository at this point in the history