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

[Feature Request] Custom domains on OFC using IngressOperator #646

@Waterdrips

Description

@Waterdrips

There has been requests to allow custom domains in OFC (#520)

We now have FunctionIngress CRD provided by the IngressOperator provided as an option in the ofc-bootstrap installer.

We could read annotations like

com.openfaas.cloud.custom-domain: "my-fn.example.com"
com.openfaas.cloud.custom-domain.tls: true

and create the FunctionIngress CRD.

Provided a user points their domain at the cluster (A or CNAME? ) then they could get a LetsEncrypt TLS cert if they wanted.

Im suggesting:

  • Default TLS to false (LE rate limit, people might not want to lock their accounts out)
  • Only 1 custom domain per function

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