mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-05 06:07:20 +00:00
Add kubernetes manifests
This commit is contained in:
16
deploy/kubernetes/wdev/ingress.yaml
Normal file
16
deploy/kubernetes/wdev/ingress.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
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
|
||||
Reference in New Issue
Block a user