Skip to content
This repository was archived by the owner on Mar 6, 2020. It is now read-only.
This repository was archived by the owner on Mar 6, 2020. It is now read-only.

Eventstore Behind nlb with ssl termination #50

@itninja-hue

Description

@itninja-hue

Is this a request for help?:

--- Help

Version of Helm and Kubernetes:
1.13 (eks)
Which chart:
stable eventstore/eventsore
What happened:
I set up my nlb with ssl termination, and trying to access eventstore on https via ingress

---
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
  name: eventstore-admin-ingress
  namespace: eventstore
  annotations:
    kubernetes.io/ingress.class: "nginx"
    nginx.org/websocket-services: dev-eventstore-admin

spec:
  rules:
  - host: eventstore.example.com
    http:
      paths:
      - backend:
          serviceName: dev-eventstore-admin
          servicePort: 2113
...

In a https context i can t enable projections :/
when i force ssl redirection with

nginx.ingress.kubernetes.io/force-ssl-redirect: "true 

i get into a redirection loop

What you expected to happen:
connect to eventstore with https with ingress

How to reproduce it (as minimally and precisely as possible):
Use the manifest files

Anything else we need to know:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions