Skip to content

Instantly share code, notes, and snippets.

@rajitha1998
Last active February 28, 2021 06:35
Show Gist options
  • Select an option

  • Save rajitha1998/215e0ebbcfe3f008701609ba9ae2e513 to your computer and use it in GitHub Desktop.

Select an option

Save rajitha1998/215e0ebbcfe3f008701609ba9ae2e513 to your computer and use it in GitHub Desktop.
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: lightning-ingress
namespace: default
annotations:
kubernetes.io/ingress.class: nginx
nginx.ingress.kubernetes.io/ssl-redirect: "false"
spec:
rules:
- http:
paths:
- path: /storage
backend:
serviceName: minio
servicePort: 5678
- path: /portal
backend:
serviceName: oscar
servicePort: 8080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment