ansible-role-k8s-traefik/templates/2.0/traefik-svc.yml.j2
2019-11-25 18:46:15 +01:00

21 lines
300 B
Django/Jinja

apiVersion: v1
kind: Service
metadata:
labels:
app: traefik
name: traefik
namespace: tools
spec:
ports:
- name: http
port: 80
protocol: TCP
targetPort: 80
- protocol: TCP
port: 443
name: https
targetPort: 443
type: LoadBalancer
selector:
app: traefik