Skip to content

Instantly share code, notes, and snippets.

@Mattvogel
Created September 26, 2019 23:59
Show Gist options
  • Save Mattvogel/71a255d9ad4a1932261330979820cafb to your computer and use it in GitHub Desktop.
Save Mattvogel/71a255d9ad4a1932261330979820cafb to your computer and use it in GitHub Desktop.
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: profile
spec:
rules:
- host: profile.kadco.cloud
http:
paths:
- path: /
backend:
serviceName: profile
servicePort: 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment