Skip to content

Commit

Permalink
Update to traefik.io
Browse files Browse the repository at this point in the history
  • Loading branch information
burturt authored Feb 5, 2025
1 parent 0a4fc93 commit 269f140
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ spec:
- Create a traefik `TLSStore` using the certificate:

```yaml
apiVersion: traefik.containo.us/v1alpha1
apiVersion: traefik.io/v1alpha1
kind: TLSStore
metadata:
name: default
Expand Down Expand Up @@ -167,7 +167,7 @@ rules:
- apiGroups: ["networking.k8s.io"]
resources: ["ingresses", "networkpolicies"]
verbs: ["list", "get", "watch", "create", "update", "patch", "delete"]
- apiGroups: ["traefik.containo.us"]
- apiGroups: ["traefik.io"]
resources: ["ingressroutes"]
verbs: ["list", "get", "watch", "create", "update", "patch", "delete"]
---
Expand Down Expand Up @@ -352,7 +352,7 @@ spec:
- protocol: TCP
port: 6379
---
apiVersion: traefik.containo.us/v1alpha1
apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
name: cyber-instancer-ingress
Expand Down

0 comments on commit 269f140

Please sign in to comment.