mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 16:00:29 -05:00
Update file switch01.yaml
This commit is contained in:
parent
8e29cc01d0
commit
7d29e25b32
1 changed files with 3 additions and 10 deletions
|
|
@ -74,6 +74,9 @@ spec:
|
|||
- name: switch01
|
||||
port: 443
|
||||
scheme: https
|
||||
tls:
|
||||
options:
|
||||
ssl-min-version: TLSv1.1
|
||||
tls:
|
||||
secretName: switch01-tls
|
||||
|
||||
|
|
@ -91,13 +94,3 @@ spec:
|
|||
commonName: "switch01.internal.durp.info"
|
||||
dnsNames:
|
||||
- "switch01.internal.durp.info"
|
||||
|
||||
---
|
||||
|
||||
apiVersion: traefik.containo.us/v1alpha1
|
||||
kind: TLSOption
|
||||
metadata:
|
||||
name: mintls11
|
||||
|
||||
spec:
|
||||
minVersion: VersionTLS11
|
||||
Loading…
Add table
Add a link
Reference in a new issue