Create default-ingressclass.yaml

pull/46254/head
Sabbir Ahmed Shameem 2024-05-06 22:06:20 +06:00 committed by GitHub
parent 68fc220fd0
commit a87b34c53b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
apiVersion: networking.k8s.io/v1
kind: IngressClass
metadata:
labels:
app.kubernetes.io/component: controller
name: nginx-example
annotations:
ingressclass.kubernetes.io/is-default-class: "true"
spec:
controller: k8s.io/ingress-nginx