Created
February 19, 2020 08:43
-
-
Save onelittlenightmusic/d2695e7cbee1c5d2fabe6daf4f9e566a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: extensions/v1beta1 | |
kind: Ingress | |
metadata: | |
name: ingress-ok-2 | |
namespace: opa-example | |
spec: | |
rules: | |
- host: test2.secondok.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