GithubHelp home page GithubHelp logo

Comments (7)

stevehipwell avatar stevehipwell commented on July 3, 2024

@ikappas have you checked back at the status? Jira usually reports this issue as well as liked applications, if you have any, after it has been restarted.

from helm-charts.

ikappas avatar ikappas commented on July 3, 2024

@stevehipwell I have restarted the application many times and the issue persists

from helm-charts.

stevehipwell avatar stevehipwell commented on July 3, 2024

@ikappas I'm pretty confident that there isn't a chart ingress issue as I've been running a version of this chart using https and a self-signed cert for over a year with no issues. I suggest that you look at the non proxy host arguments that you're setting on the JVM and your ingress annotations as that's something that I've not seen used. Other than that I'd suggest running Jira over http first as gadgets can be fussy with https connections and self signed certificates.

from helm-charts.

stevehipwell avatar stevehipwell commented on July 3, 2024

@stevehipwell I have restarted the application many times and the issue persists

@ikappas I didn't say to re-start, I said to check back at the status. You might also want to check what's happening in your browser dev tools.

from helm-charts.

ikappas avatar ikappas commented on July 3, 2024

@stevehipwell Thanks for answer. Do you think you can share a basic set of values to set the ingress with self signed certificate?

from helm-charts.

stevehipwell avatar stevehipwell commented on July 3, 2024

@ikappas the ingress settings on our primary chart is as follows, but please note that the ingress controller has been configured centrally and tested with a number of services. I'd still recommend you starting first with http.

ingress:
  enabled: true
  annotations:
    kubernetes.io/ingress.class: my-ingress-class
    cert-manager.io/cluster-issuer: my-issuer
  hosts:
    - jira.my-domain.dev
  tls:
    - secretName: jira-cert
      hosts:
        - jira.my-domain.dev

from helm-charts.

stale avatar stale commented on July 3, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

from helm-charts.

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.