Skip to content

Commit

Permalink
Merge pull request #779 from at88mph/treafik-api-group-fix
Browse files Browse the repository at this point in the history
Treafik api group fix
  • Loading branch information
at88mph authored Jan 22, 2025
2 parents 25ddfed + ca03708 commit 0d5e6c3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
13 changes: 9 additions & 4 deletions deployment/helm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,15 @@ secrets:
default-certificate:
tls.crt: <base64 encoded server certificate>
tls.key: <base64 encoded server key>

# Settings passed to Traefik. The install flag is used by Helm to proceed to install Traefik or not. If false, ensure v2.11.0 is at minimum installed.
traefik:
install: true
tlsStore:
default:
defaultCertificate:
# See default-certificate secret(s) above
secretName: default-certificate
```
```bash
Expand Down Expand Up @@ -185,10 +194,6 @@ secrets:
# spec:
# hostPath:
# path: "/posixmapper/data"
# An omission equals true, so set this explicitly to false as we already installed it.
base:
install: false
```

It is recommended to install into the `skaha-system` namespace, but not required.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ rules:
resources: ["ingresses"]
verbs: ["create", "get", "list", "watch", "update", "patch", "delete", "deletecollection"]
# Traefik IngressRoute and Middleware
- apiGroups: ["traefik.containo.us", "traefik.io"]
- apiGroups: ["traefik.io"]
resources: ["ingressroutes", "ingressroutetcps", "middlewares"]
verbs: ["create", "get", "list", "watch", "update", "patch", "delete", "deletecollection"]
# Allow users to protect their apps against unavailability with poddisruptionbudget (https://github.com/kubernetes/kubernetes/issues/50767)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
apiVersion: traefik.containo.us/v1alpha1
apiVersion: traefik.io/v1alpha1
kind: IngressRouteTCP
metadata:
name: arc-sshd-ingressroute
Expand Down

0 comments on commit 0d5e6c3

Please sign in to comment.