test
This commit is contained in:
@@ -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
|
||||||
@@ -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
|
|
||||||
Reference in New Issue
Block a user