Skip to content

Commit

Permalink
docs: Update kubeless provider docs (#8341)
Browse files Browse the repository at this point in the history
  • Loading branch information
hjanuschka committed Oct 6, 2020
1 parent 7e4871b commit 96ed7db
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions docs/providers/kubeless/guide/functions.md
Expand Up @@ -32,12 +32,9 @@ provider:
namespace: funcions # optional, deployment namespace if not specified it uses "default"
ingress: # optional, ingress configuration if not using nginx
class: 'traefik' # optional, class of ingress
additionalAnnotations: # optional, extra annotations to put in ingress metadata
kubernetes.io/tls-acme: 'true'
tlsConfig: # optional, TLS configuration block
- hosts:
- 'example.com'
secretName: ingress-example-com-certs
hostname: 'example.com'
tls: true
tlsSecretName: ingress-example-com-certs

plugins:
- serverless-kubeless
Expand Down

0 comments on commit 96ed7db

Please sign in to comment.