main
Jaromir Rivera 2022-08-31 15:21:00 -04:00
parent a8e4e28141
commit 7f6d459a25
2 changed files with 2 additions and 23 deletions

View File

@ -5,7 +5,7 @@ metadata:
namespace: flux-system namespace: flux-system
spec: spec:
interval: 15m interval: 15m
path: ./metallb-system path: metallb-system
prune: true # remove any elements later removed from the above path prune: true # remove any elements later removed from the above path
timeout: 2m # if not set, this defaults to interval duration, which is 1h timeout: 2m # if not set, this defaults to interval duration, which is 1h
sourceRef: sourceRef:
@ -16,4 +16,4 @@ spec:
- apiVersion: apps/v1 - apiVersion: apps/v1
kind: Deployment kind: Deployment
name: controller name: controller
namespace: metallb-system namespace: metallb-systemf

View File

@ -1,21 +0,0 @@
apiVersion: traefik.containo.us/v1alpha1
kind: IngressRoute
metadata:
name: traefik-dashboard
namespace: traefik
annotations:
kubernetes.io/ingress.class: traefik-external
spec:
entryPoints:
- websecure
routes:
- match: Host(`traefik.k3s.securait.local`)
kind: Rule
middlewares:
- name: traefik-dashboard-basicauth
namespace: traefik
services:
- name: api@internal
kind: TraefikService
tls:
secretName: local-example-com-staging-tls