Skip to content

Commit

Permalink
ingress nginx love
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasCardin committed Jun 30, 2024
1 parent f486ff8 commit 5bf7fd7
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions kubernetes/system/external-dns/base/external-dns.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,14 @@ metadata:
namespace: external-dns
rules:
- apiGroups: [""]
resources: ["namespaces"]
resources: ["services","endpoints","pods"]
verbs: ["get","watch","list"]
- apiGroups: ["gateway.networking.k8s.io"]
resources: ["gateways","httproutes","tlsroutes","tcproutes","udproutes"]
- apiGroups: ["extensions","networking.k8s.io"]
resources: ["ingresses"]
verbs: ["get","watch","list"]
- apiGroups: [""]
resources: ["nodes"]
verbs: ["list", "watch"]
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
Expand Down

0 comments on commit 5bf7fd7

Please sign in to comment.