Remove podinfo

This commit is contained in:
xeruf 2022-04-14 10:51:41 +01:00
parent 6e310624d8
commit 5c2e29a81c
4 changed files with 4 additions and 35 deletions

View File

@ -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 ?

View File

@ -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

View File

@ -4,7 +4,7 @@ metadata:
name: overrides
namespace: stackspout
spec:
interval: 5m
interval: 2m
sourceRef:
kind: GitRepository
name: stackspout

View File

@ -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