use podinfo for testing
ci / build (push) Successful in 8s
Details
ci / build (push) Successful in 8s
Details
This commit is contained in:
parent
671a9a0d51
commit
cf22a5bea3
|
@ -1,6 +1,6 @@
|
|||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: futureporn
|
||||
namespace: podinfo
|
||||
resources:
|
||||
- namespace.yaml
|
||||
- repository.yaml
|
||||
|
|
|
@ -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
|
|
@ -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
|
Loading…
Reference in New Issue