Remove podinfo
This commit is contained in:
parent
6e310624d8
commit
5c2e29a81c
|
@ -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 ?
|
||||
|
||||
|
|
|
@ -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
|
|
@ -4,7 +4,7 @@ metadata:
|
|||
name: overrides
|
||||
namespace: stackspout
|
||||
spec:
|
||||
interval: 5m
|
||||
interval: 2m
|
||||
sourceRef:
|
||||
kind: GitRepository
|
||||
name: stackspout
|
||||
|
|
|
@ -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
|
Loading…
Reference in New Issue