Skip to content

Commit

Permalink
Merge pull request #38 from sleighzy/upgrade-to-traefik-v2.6
Browse files Browse the repository at this point in the history
Upgrade to Traefik v2.6
  • Loading branch information
sleighzy authored Feb 18, 2022
2 parents 5b04ae3 + bcc4f23 commit 75cb5ff
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/linter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
fetch-depth: 0

- name: Lint Code Base
uses: github/super-linter@v3
uses: github/super-linter/slim@v4
env:
DEFAULT_BRANCH: master
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -35,3 +35,4 @@ jobs:
# https://github.com/github/super-linter/issues/891
# https://github.com/github/super-linter/issues/987
VALIDATE_KUBERNETES_KUBEVAL: false
VALIDATE_NATURAL_LANGUAGE: false
7 changes: 7 additions & 0 deletions 001-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1043,6 +1043,13 @@ spec:
spec:
description: MiddlewareTCPSpec holds the MiddlewareTCP configuration.
properties:
inFlightConn:
description: TCPInFlightConn holds the TCP in flight connection configuration.
properties:
amount:
format: int64
type: integer
type: object
ipWhiteList:
description: TCPIPWhiteList holds the TCP ip white list configuration.
properties:
Expand Down
1 change: 1 addition & 0 deletions 001-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ rules:
- watch
- apiGroups:
- extensions
- networking.k8s.io
resources:
- ingresses/status
verbs:
Expand Down
2 changes: 1 addition & 1 deletion 005-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spec:
mountPath: /etc/traefik/certs
containers:
- name: traefik
image: traefik:v2.5.6
image: traefik:v2.6.1
args:
- --api.dashboard=true
- --ping=true
Expand Down

0 comments on commit 75cb5ff

Please sign in to comment.