Use self-signed certificate in Traefik
This commit is contained in:
parent
cdf6d767b0
commit
7bc48b8083
@ -80,7 +80,7 @@ cert-manager:
|
||||
kind: Certificate
|
||||
metadata:
|
||||
name: wildcard-noxxos-nl
|
||||
namespace: cert-manager
|
||||
namespace: traefik
|
||||
spec:
|
||||
secretName: wildcard-noxxos-nl-tls
|
||||
issuerRef:
|
||||
|
||||
@ -48,6 +48,14 @@ traefik:
|
||||
web:
|
||||
namespacePolicy:
|
||||
from: All
|
||||
websecure:
|
||||
port: 443
|
||||
protocol: HTTPS
|
||||
namespacePolicy:
|
||||
from: All
|
||||
certificateRefs:
|
||||
- name: wildcard-noxxos-nl-tls
|
||||
kind: Secret
|
||||
|
||||
extraObjects:
|
||||
- apiVersion: gateway.networking.k8s.io/v1
|
||||
@ -58,7 +66,7 @@ traefik:
|
||||
spec:
|
||||
parentRefs:
|
||||
- name: traefik-gateway
|
||||
sectionName: web
|
||||
sectionName: websecure
|
||||
hostnames:
|
||||
- "traefik.noxxos.nl"
|
||||
rules:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user