Added documentation to use TLS with traefik

This commit is contained in:
Olivier Wenger
2022-02-20 15:22:30 +01:00
parent 11dc61a39e
commit b24baeb9e2
4 changed files with 84 additions and 1 deletions

11
examples/tls/service.yaml Normal file
View File

@@ -0,0 +1,11 @@
apiVersion: v1
kind: Service
metadata:
name: nginx-service
spec:
ports:
- port: 80
protocol: TCP
targetPort: 80
selector:
run: nginx