1
0
mirror of https://gitlab.com/MisterBiggs/hello-world-nginx.git synced 2025-07-28 17:11:25 +00:00
Files
hello-world-nginx/hello-world-nginx-ingress.yaml
Tariq Islam 3fbc77cfbd images
2018-08-05 17:00:35 -04:00

12 lines
251 B
YAML

apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: hello-world-nginx-ingress
annotations:
kubernetes.io/ingress.global-static-ip-name: "kubernetes-ingress"
spec:
backend:
serviceName: hello-world-nginx-svc
servicePort: 80