diff --git a/README.md b/README.md
index 43f9deef721149ccb35e313e86bf062679428226..c54389cce642d15260b672a32c0fea48700718f3 100644
--- a/README.md
+++ b/README.md
@@ -34,11 +34,10 @@ kubectl -n stackspout get helmreleases
 kubectl -n stackspout get pods
 ```
 
-Show output of the single app applied, [podinfo](https://github.com/stefanprodan/podinfo)
+## Customizations
 
-```sh
-curl --resolve podinfo.local:80:CLUSTER_IPV4_ADDRESS http://podinfo.local
-```
+- Nextcloud apps overrides
+- Gitea installed
 
 ## What's next ?
 
diff --git a/basic/apps/example/podinfo-release.yaml b/basic/apps/example/podinfo-release.yaml
deleted file mode 100644
index dd74a21b25142b03b454d798a229aed633db4644..0000000000000000000000000000000000000000
--- a/basic/apps/example/podinfo-release.yaml
+++ /dev/null
@@ -1,22 +0,0 @@
-apiVersion: helm.toolkit.fluxcd.io/v2beta1
-kind: HelmRelease
-metadata:
-  name: podinfo
-  namespace: stackspout
-spec:
-  releaseName: podinfo
-  chart:
-    spec:
-      # https://artifacthub.io/packages/helm/podinfo/podinfo
-      chart: podinfo
-      version: 6.1.1
-      sourceRef:
-        kind: HelmRepository
-        name: podinfo
-        namespace: stackspout
-  interval: 60m
-  # Default values
-  # https://github.com/stefanprodan/podinfo/blob/master/charts/podinfo/values.yaml
-  values:
-    ingress:
-      enabled: true
diff --git a/basic/clusters/production/overrides-kustomization.yaml b/basic/clusters/production/overrides-kustomization.yaml
index 3fe8e6072038962eb5fe76a59c5dd1f61b768b26..112a99f17424afc106b13a1ce16b37139086901c 100644
--- a/basic/clusters/production/overrides-kustomization.yaml
+++ b/basic/clusters/production/overrides-kustomization.yaml
@@ -4,7 +4,7 @@ metadata:
   name: overrides
   namespace: stackspout
 spec:
-  interval: 5m
+  interval: 2m
   sourceRef:
     kind: GitRepository
     name: stackspout
diff --git a/basic/infrastructure/sources/podinfo-hr.yaml b/basic/infrastructure/sources/podinfo-hr.yaml
deleted file mode 100644
index 4176881c320c0e67c81623884680d496420cdbbd..0000000000000000000000000000000000000000
--- a/basic/infrastructure/sources/podinfo-hr.yaml
+++ /dev/null
@@ -1,8 +0,0 @@
-apiVersion: source.toolkit.fluxcd.io/v1beta1
-kind: HelmRepository
-metadata:
-  name: podinfo
-  namespace: stackspout
-spec:
-  interval: 1h
-  url: https://stefanprodan.github.io/podinfo