This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Forward the IngressController | |
| # kubectl port-forward ingress-nginx-controller 8080:80 | |
| # Access our service via Ingress: | |
| # curl localhost:8080 -d Sysdig -H "Host: openfaas-figlet.local" | |
| --- | |
| apiVersion: v1 | |
| kind: Namespace | |
| metadata: | |
| name: openfaas-figlet |