use podinfo for testing
ci / build (push) Successful in 8s Details

This commit is contained in:
CJ_Clippy 2024-04-26 15:38:12 +00:00
parent 671a9a0d51
commit cf22a5bea3
3 changed files with 22 additions and 22 deletions

View File

@ -1,6 +1,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: futureporn
namespace: podinfo
resources:
- namespace.yaml
- repository.yaml

View File

@ -1,18 +1,27 @@
apiVersion: helm.toolkit.fluxcd.io/v2beta2
kind: HelmRelease
metadata:
name: futureporn
namespace: futureporn
name: podinfo
namespace: podinfo
spec:
releaseName: podinfo
chart:
spec:
chart: futureporn
chart: podinfo
sourceRef:
kind: GitRepository
name: futureporn
interval: 1m
kind: HelmRepository
name: podinfo
interval: 50m
install:
remediation:
retries: 3
# Default values
# https://github.com/stefanprodan/podinfo/blob/master/charts/podinfo/values.yaml
values:
adminEmail: cj@futureporn.net
redis:
enabled: true
repository: public.ecr.aws/docker/library/redis
tag: 7.0.6
ingress:
enabled: true
className: nginx

View File

@ -1,15 +1,6 @@
apiVersion: source.toolkit.fluxcd.io/v1
kind: GitRepository
apiVersion: v1
kind: Namespace
metadata:
name: futureporn
namespace: futureporn
spec:
interval: 1m
url: https://gitea.futureporn.net/futureporn/fp.git
ref:
branch: main
ignore: |
# exclude all
/*
# include charts directory
!/charts/
name: podinfo
labels:
toolkit.fluxcd.io/tenant: dev-team