Giter Site home page Giter Site logo

Comments (6)

cpanato avatar cpanato commented on July 1, 2024

Thanks @macevil checking the code, the TLS is really missing, we can add that.
Are you willing to open a PR to add this missing item? otherwise, I can make it happen.
thanks

from mattermost-operator.

macevil avatar macevil commented on July 1, 2024

@cpanato so we try it :)

from mattermost-operator.

cpanato avatar cpanato commented on July 1, 2024

cool @macevil any questions let me know

from mattermost-operator.

DustinAlandzes avatar DustinAlandzes commented on July 1, 2024

I also got the operator running, with nginx-ingress but want to use HTTPS/SSL/TLS. Do I need to make an Ingress like @macevil has in the first post?

Have been trying to follow this to install cert-manager and use lets encrypt: https://cert-manager.io/docs/tutorials/acme/ingress/

Got it working with the example application, but I still see the Acme Co fake certificate when trying it with mattermost-operator. Maybe I'll try the helm chart instead.

My mattermost-installation.yaml looks like this:

apiVersion: mattermost.com/v1alpha1
kind: ClusterInstallation
metadata:
  name: mm-example-full
spec:
  size: 100users
  ingressName: example.20xx.tech
  ingressAnnotations:
    kubernetes.io/ingress.class: nginx
    cert-manager.io/issuer: "letsencrypt-staging"
  version: 5.14.0
  mattermostLicenseSecret: ""
  database:
    storageSize: 10Gi
  minio:
    storageSize: 10Gi
  elasticSearch:
    host: ""
    username: ""
    password: ""

from mattermost-operator.

macevil avatar macevil commented on July 1, 2024

Hey @DustinAlandzes,
your mattermost-installation.yaml is correct, but during Mattermost Operator Installation the Ingress tls spec is not generated yet.

You can take a look in your deployt Mattermost Ingress, this section will be missing and that's the reason why you still getting the Fake Cert.

  tls:
  - hosts:
    - chat.domain.dev
    secretName: chat-domain-dev-tls-cert

We fixed this with #97

from mattermost-operator.

DustinAlandzes avatar DustinAlandzes commented on July 1, 2024

I see your fork/pr!

#113

https://github.com/macevil/mattermost-operator/commit/869a3eb202e336c980f8ea7e865a1294822030dd

I will try this when I get the chance! tyty

from mattermost-operator.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.