We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trying following config on GKE, but no lucky.
apiVersion: extensions/v1beta1 kind: Ingress metadata: name: simple-fanout-example annotations: nginx.ingress.kubernetes.io/rewrite-target: / spec: rules: - host: gke.iiiii.li http: paths: - path: /hello backend: serviceName: hellojs servicePort: 80
NODE_TYPE=NodePort KUBECONFIG=~/.kube/config fx up examples/functions/JavaScript/func.js kubectl apply -f ingres.yml
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Trying following config on GKE, but no lucky.
The text was updated successfully, but these errors were encountered: