Translate tasks/access-application-cluster/ingress-minikube.md in Korean

This commit is contained in:
bang9211
2021-10-28 00:34:37 +09:00
parent 90fe3d169f
commit c739af9cf1
2 changed files with 337 additions and 0 deletions
@@ -0,0 +1,18 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: example-ingress
annotations:
nginx.ingress.kubernetes.io/rewrite-target: /$1
spec:
rules:
- host: hello-world.info
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: web
port:
number: 8080