forked from catalin/fukuops
feat: add traefik servertransport that allows ingressing self-signed https backends
This commit is contained in:
parent
5fa78a2cb0
commit
dcedec2117
2 changed files with 11 additions and 1 deletions
8
k8s/services/authentik/serverstransport.yaml
Normal file
8
k8s/services/authentik/serverstransport.yaml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
apiVersion: traefik.containo.us/v1alpha1
|
||||
kind: ServersTransport
|
||||
metadata:
|
||||
name: skipverify-authentik
|
||||
namespace: apps-fuku
|
||||
spec:
|
||||
insecureSkipVerify: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue