ingress.md follows v1.19

This commit is contained in:
Soichiro KAWAMURA
2021-03-26 00:00:02 +09:00
parent 04cece56ae
commit 8a5f21633d
10 changed files with 356 additions and 165 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