Skip to content

Instantly share code, notes, and snippets.

@tstrul1
Forked from subudhiroshan/ingress.yaml
Created August 29, 2020 12:13
Show Gist options
  • Save tstrul1/93c4707bd42012ca28f49011f90f85df to your computer and use it in GitHub Desktop.
Save tstrul1/93c4707bd42012ca28f49011f90f85df 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