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
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
namespace: futureporn
|
namespace: podinfo
|
||||||
resources:
|
resources:
|
||||||
- namespace.yaml
|
- namespace.yaml
|
||||||
- repository.yaml
|
- repository.yaml
|
||||||
|
|
|
@ -1,18 +1,27 @@
|
||||||
apiVersion: helm.toolkit.fluxcd.io/v2beta2
|
apiVersion: helm.toolkit.fluxcd.io/v2beta2
|
||||||
kind: HelmRelease
|
kind: HelmRelease
|
||||||
metadata:
|
metadata:
|
||||||
name: futureporn
|
name: podinfo
|
||||||
namespace: futureporn
|
namespace: podinfo
|
||||||
spec:
|
spec:
|
||||||
|
releaseName: podinfo
|
||||||
chart:
|
chart:
|
||||||
spec:
|
spec:
|
||||||
chart: futureporn
|
chart: podinfo
|
||||||
sourceRef:
|
sourceRef:
|
||||||
kind: GitRepository
|
kind: HelmRepository
|
||||||
name: futureporn
|
name: podinfo
|
||||||
interval: 1m
|
interval: 50m
|
||||||
install:
|
install:
|
||||||
remediation:
|
remediation:
|
||||||
retries: 3
|
retries: 3
|
||||||
|
# Default values
|
||||||
|
# https://github.com/stefanprodan/podinfo/blob/master/charts/podinfo/values.yaml
|
||||||
values:
|
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
|
apiVersion: v1
|
||||||
kind: GitRepository
|
kind: Namespace
|
||||||
metadata:
|
metadata:
|
||||||
name: futureporn
|
name: podinfo
|
||||||
namespace: futureporn
|
labels:
|
||||||
spec:
|
toolkit.fluxcd.io/tenant: dev-team
|
||||||
interval: 1m
|
|
||||||
url: https://gitea.futureporn.net/futureporn/fp.git
|
|
||||||
ref:
|
|
||||||
branch: main
|
|
||||||
ignore: |
|
|
||||||
# exclude all
|
|
||||||
/*
|
|
||||||
# include charts directory
|
|
||||||
!/charts/
|
|
Loading…
Reference in New Issue