add kubernetes configuration
This commit is contained in:
11
12-deploying-containers/kubernetes/ingress.yml
Normal file
11
12-deploying-containers/kubernetes/ingress.yml
Normal file
@ -0,0 +1,11 @@
|
||||
apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
name: primary
|
||||
namespace: default
|
||||
spec:
|
||||
defaultBackend:
|
||||
service:
|
||||
name: client-react-nginx
|
||||
port:
|
||||
number: 80
|
||||
Reference in New Issue
Block a user