Skip to content

Instantly share code, notes, and snippets.

---
apiVersion: traefik.containo.us/v1alpha1
kind: Middleware
metadata:
name: httpsredirect
spec:
redirectScheme:
scheme: https
permanent: true
@asofiasbo
asofiasbo / svc_deployment.yaml
Last active April 21, 2020 21:43
Deployment
apiVersion: v1
kind: Service
metadata:
name: traefik
spec:
ports:
- protocol: TCP
name: web
port: 80
- protocol: TCP