mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-06 22:44:14 +00:00
16 lines
321 B
YAML
16 lines
321 B
YAML
apiVersion: extensions/v1beta1
|
|
kind: Ingress
|
|
metadata:
|
|
name: wrestlingdev-app-ingress
|
|
spec:
|
|
rules:
|
|
- host: kube.wrestlingdev.com
|
|
http:
|
|
paths:
|
|
- path: /
|
|
backend:
|
|
serviceName: wrestlingdev-app
|
|
servicePort: 80
|
|
tls:
|
|
- hosts:
|
|
- kube.wrestlingdev.com |