Skip to content

Instantly share code, notes, and snippets.

@subudhiroshan
Created December 30, 2019 18:11
Show Gist options
  • Select an option

  • Save subudhiroshan/0ddd97a7cc2a4480addce0877c24a5eb to your computer and use it in GitHub Desktop.

Select an option

Save subudhiroshan/0ddd97a7cc2a4480addce0877c24a5eb to your computer and use it in GitHub Desktop.
ingress.yaml
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: iron-gallery-ingress
spec:
rules:
- host: iron-gallery-braavos.com
http:
paths:
- path: /
backend:
serviceName: iron-gallery-service
servicePort: 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment