Last active
May 23, 2017 21:02
-
-
Save DawTaylor/5c284d8a074757686728866a6c4b4746 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: pma-ingress | |
| spec: | |
| backend: | |
| serviceName: echoserver | |
| servicePort: 8080 | |
| rules: | |
| - http: | |
| paths: | |
| - backend: | |
| serviceName: phpmyadmin | |
| servicePort: 80 | |
| path: "/" | |
| host: pma.staging.usemoda.com.br |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment