You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
whisk:
# Ingress defines how to access OpenWhisk from outside the Kubernetes cluster.# Only a subset of the values are actually used on any specific type of cluster.# See the "Configuring OpenWhisk section" of the docs/k8s-*.md that matches# your cluster type for details on what values to provide and how to get them.ingress:
awsSSL: "false"apiHostName: ""apiHostPort: 31001apiHostProto: "https"type: NodePortannotations:
nginx.ingress.kubernetes.io/proxy-body-size: "50m"domain: "domain"tls:
enabled: falsesecretenabled: falsecreatesecret: falsesecretname: "ow-ingress-tls-secret"secrettype: "type"crt: "crt"key: "key"
I have generated my own certificate.
But no matter what I set crt ,key and enabled to, I still end up with the dreaded *.localhost".
The text was updated successfully, but these errors were encountered:
There is this:
I have generated my own certificate.
But no matter what I set
crt
,key
andenabled
to, I still end up with the dreaded*.localhost"
.The text was updated successfully, but these errors were encountered: