diff --git a/freescout/README.md b/freescout/README.md index 9d5937f..26b3645 100644 --- a/freescout/README.md +++ b/freescout/README.md @@ -1,6 +1,5 @@ # Freescout - -# For user +## For user Freescout scrapes `info@k-space.ee` and `accounting@k-space.ee` mailboxes from Wildduck and builds issue tracker on top the mailbox. @@ -12,21 +11,11 @@ Note that Freescout notifications are sent to `@k-space.ee` mailboxes. Forwarding to personal eg. `@gmail.com` mailbox can be configured via [Wildduck webmail](https://webmail.k-space.ee/account/profile) - > Whoops, looks like something went wrong — check logs in /storage/logs The paid(!) OIDC plugin still requires creation of local account by an administrator. This probably means the OIDC user tried to log in before an account (with matching @k-space.ee mail) existed in Freescout local users. -# For administrator - -This application is managed by [ArgoCD](https://argocd.k-space.ee/applications/argocd/freescout) - -Should ArgoCD be down manifests here can be applied with: - -``` -kubectl apply -n freescout -f application.yaml -``` - +## For administrator If the Kubernetes cronjob for picking up mail is not working for more than 3 days the mails will not get synced by default. To manually synchronize Freescout head to [Freescout system tools](https://freescout.k-space.ee/system/tools) diff --git a/freescout/application.yml b/freescout/application.yaml similarity index 100% rename from freescout/application.yml rename to freescout/application.yaml diff --git a/freescout/kustomization.yaml b/freescout/kustomization.yaml new file mode 100644 index 0000000..7552e32 --- /dev/null +++ b/freescout/kustomization.yaml @@ -0,0 +1,9 @@ +apiVersion: kustomize.config.k8s.io/v1beta1 +kind: Kustomization + +namespace: freescout + +resources: +- ./application.yaml +- ./mariadb.yaml +#- ssh://git@git.k-space.ee/secretspace/kube/freescout diff --git a/freescout/mariadb.yml b/freescout/mariadb.yaml similarity index 100% rename from freescout/mariadb.yml rename to freescout/mariadb.yaml