[zh] Sync changes to Ingress concept

This commit is contained in:
Qiming Teng
2020-10-11 16:21:18 +08:00
parent 29e13ed527
commit 6c341b6a06
11 changed files with 470 additions and 248 deletions
@@ -0,0 +1,20 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: ingress-resource-backend
spec:
defaultBackend:
resource:
apiGroup: k8s.example.com
kind: StorageBucket
name: static-assets
rules:
- http:
paths:
- path: /icons
pathType: ImplementationSpecific
backend:
resource:
apiGroup: k8s.example.com
kind: StorageBucket
name: icon-assets