spaship / operator

SPAship Operator
https://spaship.io/operator/
Apache License 2.0
1 stars 2 forks source link

Secure api route #71

Closed lkrzyzanek closed 3 years ago

lkrzyzanek commented 3 years ago

Secure api route with redirect policy. If the configuration is not set, then use http as before.

Example:

spec:
  host: <host>
  port:
    targetPort: http-api
  tls:
    insecureEdgeTerminationPolicy: Redirect
    termination: edge
  to:
    kind: Service
    name: advanced-content-dev