whoops
This commit is contained in:
parent
a3bdedc3df
commit
87fa9d0efa
2 changed files with 2 additions and 2 deletions
|
@ -83,7 +83,7 @@ metadata:
|
||||||
kubernetes.io/ingress.class: traefik-external
|
kubernetes.io/ingress.class: traefik-external
|
||||||
spec:
|
spec:
|
||||||
rules:
|
rules:
|
||||||
- host: "bazarr.${LOCAL_DOMAIN}"
|
- host: "bazarr.mafyuh.com"
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
|
|
|
@ -5,7 +5,7 @@ metadata:
|
||||||
namespace: flux-system
|
namespace: flux-system
|
||||||
spec:
|
spec:
|
||||||
interval: 10m0s
|
interval: 10m0s
|
||||||
path: ./apps
|
path: ./cluster/apps
|
||||||
prune: true
|
prune: true
|
||||||
sourceRef:
|
sourceRef:
|
||||||
kind: GitRepository
|
kind: GitRepository
|
||||||
|
|
Loading…
Reference in a new issue