traefik overhaul. no helm

This commit is contained in:
2024-03-29 19:06:31 +01:00
parent bc26377923
commit b79d2c1380
34 changed files with 2885 additions and 140 deletions

View File

@ -0,0 +1,24 @@
apiVersion: v1
kind: Service
metadata:
name: traefik
namespace: traefik
spec:
loadBalancerIP: 192.168.178.102
ports:
- name: web
port: 80
protocol: TCP
targetPort: web
- name: websecure
port: 443
protocol: TCP
targetPort: websecure
- name: dns
port: 53
protocol: UDP
targetPort: dns
selector:
app.kubernetes.io/instance: lcl-default
app.kubernetes.io/name: traefik
type: LoadBalancer