mirror of
https://gitlab.com/MisterBiggs/hello-world-nginx.git
synced 2025-07-28 09:01:33 +00:00
adding ingress resource
This commit is contained in:
8
hello-world-nginx-ingress.yaml
Normal file
8
hello-world-nginx-ingress.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
apiVersion: extensions/v1beta1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
name: hello-world-nginx-ingress
|
||||
spec:
|
||||
backend:
|
||||
serviceName: hello-world-nginx
|
||||
servicePort: 80
|
Reference in New Issue
Block a user