Skip to content

Instantly share code, notes, and snippets.

@onelittlenightmusic
Created February 19, 2020 08:42
Show Gist options
  • Save onelittlenightmusic/de9c3331b494aeb6402f802603238344 to your computer and use it in GitHub Desktop.
Save onelittlenightmusic/de9c3331b494aeb6402f802603238344 to your computer and use it in GitHub Desktop.
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: ingress-ok
namespace: opa-example
spec:
rules:
- host: test.ok.com
http:
paths:
- backend:
serviceName: nginx
servicePort: 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment