From 5c2e29a81cee337663ae9f46d380ff510f92f747 Mon Sep 17 00:00:00 2001
From: xeruf <27jf@pm.me>
Date: Thu, 14 Apr 2022 10:51:41 +0100
Subject: [PATCH] Remove podinfo

---
 README.md                                     |  7 +++---
 basic/apps/example/podinfo-release.yaml       | 22 -------------------
 .../production/overrides-kustomization.yaml   |  2 +-
 basic/infrastructure/sources/podinfo-hr.yaml  |  8 -------
 4 files changed, 4 insertions(+), 35 deletions(-)
 delete mode 100644 basic/apps/example/podinfo-release.yaml
 delete mode 100644 basic/infrastructure/sources/podinfo-hr.yaml

diff --git a/README.md b/README.md
index 43f9dee..c54389c 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 dd74a21..0000000
--- 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 3fe8e60..112a99f 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 4176881..0000000
--- 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
-- 
GitLab