Skip to content

Instantly share code, notes, and snippets.

@prg3
Created February 4, 2019 19:11
Show Gist options
  • Save prg3/4c2646d9baa082b5f4f7f4236c39da78 to your computer and use it in GitHub Desktop.
Save prg3/4c2646d9baa082b5f4f7f4236c39da78 to your computer and use it in GitHub Desktop.
Global:
kind: Ingress
metadata:
name: missing
spec:
backend:
serviceName: missing
servicePort: http
Specific:
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: missing
spec:
rules:
- host: missing.moodle.com
http:
paths:
- backend:
serviceName: missing
servicePort: http
path: /
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment