[ja] Update the examples with source code and sync with en version

This commit is contained in:
Michael Nikitochkin
2021-02-20 00:02:59 +01:00
committed by inductor
parent 1df5ca8f51
commit e705244732
2 changed files with 20 additions and 24 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