diff --git a/ingress/service.yaml b/ingress/service.yaml new file mode 100644 index 0000000..e1c3f12 --- /dev/null +++ b/ingress/service.yaml @@ -0,0 +1,15 @@ +apiVersion: v1 +kind: Service +metadata: + name: traefik + +spec: + ports: + - protocol: TCP + name: web + port: 80 + - protocol: TCP + name: websecure + port: 4443 + selector: + app: traefik