mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-30 02:35:56 +00:00
Added kubernetes manifests
This commit is contained in:
16
deploy/kubernetes/ingress-definitions.yaml
Normal file
16
deploy/kubernetes/ingress-definitions.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
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
|
||||
Reference in New Issue
Block a user