mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +00:00
17 lines
355 B
YAML
17 lines
355 B
YAML
apiVersion: extensions/v1beta1
|
|
kind: Ingress
|
|
metadata:
|
|
name: wrestlingdev-app-ingress
|
|
spec:
|
|
rules:
|
|
- host: wrestlingdev.jqw43.platform-lab.cloud.cas.org
|
|
http:
|
|
paths:
|
|
- path: /
|
|
backend:
|
|
serviceName: wrestlingdev-app
|
|
servicePort: 80
|
|
tls:
|
|
- hosts:
|
|
- wrestlingdev.jqw43.platform-lab.cloud.cas.org
|