Skip to content

How to enable Grafana HTTPS in V5 on Openshift. #1613

Answered by bjwyun
bjwyun asked this question in Q&A
Discussion options

You must be logged in to vote

@theSuess finally worked out - -!. it's related to container readiness...default value is

              readinessProbe:
                httpGet:
                  path: /api/health
                  port: 3000
                  scheme: HTTP

by changing to HTTPS. it worked.


apiVersion: grafana.integreatly.org/v1beta1
kind: Grafana
metadata:
  generation: 7
  labels:
    dashboards: grafana-a
    folders: grafana-a
spec:
  config:
    auth:
      disable_login_form: 'false'
    log:
      mode: console
    security:
      admin_password: start
      admin_user: root
    server:
      cert_file: /etc/grafana-secrets/grafana-tls-secret/tls.crt
      cert_key: /etc/grafana-secrets/grafana-tl…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@bjwyun
Comment options

@bjwyun
Comment options

@bjwyun
Comment options

Answer selected by theSuess
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1612 on July 16, 2024 10:35.