Skip to content

Instantly share code, notes, and snippets.

@ricardozanini
Created August 3, 2020 22:53
Show Gist options
  • Save ricardozanini/3ddf7173a5946fe13698ac9cb8f68cfd to your computer and use it in GitHub Desktop.
Save ricardozanini/3ddf7173a5946fe13698ac9cb8f68cfd to your computer and use it in GitHub Desktop.
$ cat <<EOF | kubectl -n kogito apply -f -
apiVersion: networking.k8s.io/v1beta1
kind: Ingress
metadata:
name: process-business-rules-quarkus
annotations:
nginx.ingress.kubernetes.io/rewrite-target: /
spec:
rules:
- host: kogito-example.com
http:
paths:
- path: /
backend:
serviceName: process-business-rules-quarkus
servicePort: 8080
EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment