mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-25 07:23:11 +00:00
Took away cpu limits due to recommendations in the industry and moved from the beta to v1 ingress apis in K8s
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
apiVersion: extensions/v1beta1
|
||||
apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
name: wrestlingdev-app-ingress-external
|
||||
@@ -11,9 +11,12 @@ spec:
|
||||
http:
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
backend:
|
||||
serviceName: wrestlingdev-app
|
||||
servicePort: 80
|
||||
service:
|
||||
name: wrestlingdev-app
|
||||
port:
|
||||
number: 80
|
||||
tls:
|
||||
- hosts:
|
||||
- wrestlingdev.com
|
||||
|
||||
Reference in New Issue
Block a user