Skip to content
Snippets Groups Projects
Commit 5c2e29a8 authored by xeruf's avatar xeruf
Browse files

Remove podinfo

parent 6e310624
No related branches found
No related tags found
No related merge requests found
...@@ -34,11 +34,10 @@ kubectl -n stackspout get helmreleases ...@@ -34,11 +34,10 @@ kubectl -n stackspout get helmreleases
kubectl -n stackspout get pods kubectl -n stackspout get pods
``` ```
Show output of the single app applied, [podinfo](https://github.com/stefanprodan/podinfo) ## Customizations
```sh - Nextcloud apps overrides
curl --resolve podinfo.local:80:CLUSTER_IPV4_ADDRESS http://podinfo.local - Gitea installed
```
## What's next ? ## What's next ?
......
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: ...@@ -4,7 +4,7 @@ metadata:
name: overrides name: overrides
namespace: stackspout namespace: stackspout
spec: spec:
interval: 5m interval: 2m
sourceRef: sourceRef:
kind: GitRepository kind: GitRepository
name: stackspout name: stackspout
......
apiVersion: source.toolkit.fluxcd.io/v1beta1
kind: HelmRepository
metadata:
name: podinfo
namespace: stackspout
spec:
interval: 1h
url: https://stefanprodan.github.io/podinfo
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment