1
0
mirror of https://gitlab.com/MisterBiggs/hello-world-nginx.git synced 2025-07-28 17:11:25 +00:00

adding ingress resource

This commit is contained in:
tariqislam@google.com
2018-04-19 16:27:56 -04:00
parent cc3f0872ec
commit 86a1f86945

8
app-ingress.yaml Normal file
View File

@@ -0,0 +1,8 @@
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: app-ingress
spec:
backend:
serviceName: hello-world-nginx
servicePort: 80