feat: remove custom nginx IngressClass

This commit is contained in:
auricom
2021-08-25 09:28:40 +02:00
parent b37a411104
commit 19f67cb8a1
2 changed files with 0 additions and 10 deletions

View File

@@ -1,9 +0,0 @@
---
apiVersion: networking.k8s.io/v1
kind: IngressClass
metadata:
annotations:
ingressclass.kubernetes.io/is-default-class: "false"
name: nginx
spec:
controller: k8s.io/ingress-nginx

View File

@@ -3,4 +3,3 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- helm-release.yaml
- ingressclass.yaml