removed podinfo

This commit is contained in:
Michael Thomson
2024-01-12 17:28:27 -05:00
parent e150cd9765
commit d4eba255d7
5 changed files with 0 additions and 228 deletions

View File

@@ -1,8 +0,0 @@
apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: HelmRepository
metadata:
name: podinfo
namespace: flux-system
spec:
interval: 15m
url: https://stefanprodan.github.io/podinfo

View File

@@ -1,19 +0,0 @@
apiVersion: kustomize.toolkit.fluxcd.io/v1beta1
kind: Kustomization
metadata:
name: podinfo
namespace: flux-system
spec:
interval: 15m
path: podinfo
prune: true # remove any elements later removed from the above path
timeout: 2m # if not set, this defaults to interval duration, which is 1h
sourceRef:
kind: GitRepository
name: flux-system
validation: server
healthChecks:
- apiVersion: apps/v1
kind: Deployment
name: podinfo
namespace: podinfo

View File

@@ -1,4 +0,0 @@
apiVersion: v1
kind: Namespace
metadata:
name: podinfo