Skip to content
Discussion options

You must be logged in to vote

Reply from mark on Discourse:

Hey @jeppe

can you try these values?

flipt:
  ingress:
    enabled: true
    annotations:
      cert-manager.io/cluster-issuer: "letsencrypt-prod"
    className: nginx
    hosts:
      - host: flipt.coana.tech
        paths:
          - path: /
            pathType: Prefix
            backend:
              servicePort: http  # This was missing
              serviceName: ""    # This was missing

    tls:
      - hosts:
          - flipt.coana.tech
        secretName: flipt-prod-tls

  flipt:
    config:
      log:
        level: WARN
      cache:
        enabled: true
        backend: memory

I think the issue was that backend was nil

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

markphelps
Jun 9, 2025
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by markphelps
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant