Remove all kustomization
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Tyler Perkins 2023-11-05 19:36:14 -05:00
parent 5a9fe9f2be
commit 45f86957ef
5 changed files with 0 additions and 71 deletions

View File

@ -1,9 +0,0 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- general-api-deployment.yaml
images:
- name: git.clortox.com/tyler/general-api
newName: git.clortox.com/tyler/general-api
newTag: "1.0.10" # This tag will be updated by Flux.

View File

@ -1,18 +0,0 @@
# flux-system/general-api-kustomization.yaml
apiVersion: kustomize.toolkit.fluxcd.io/v1beta2
kind: Kustomization
metadata:
name: general-api
namespace: flux-system
spec:
interval: 1m
path: ./api/general-api/
prune: true
sourceRef:
kind: GitRepository
name: flux-system
healthChecks:
- kind: Deployment
name: general-api
namespace: api-ns

View File

@ -1,12 +0,0 @@
apiVersion: image.toolkit.fluxcd.io/v1beta1
kind: ImagePolicy
metadata:
name: general-api-image-policy
namespace: flux-system
spec:
imageRepositoryRef:
name: general-api-repo
policy:
semver:
range: ">=1.0.0"

View File

@ -1,23 +0,0 @@
apiVersion: image.toolkit.fluxcd.io/v1beta1
kind: ImageUpdateAutomation
metadata:
name: general-api-image-update-automation
namespace: flux-system
spec:
interval: 1m
sourceRef:
kind: GitRepository
name: flux-system
git:
checkout:
ref:
branch: main
commit:
author:
name: fluxcdbot
email: fluxcdbot@clortox.com
messageTemplate: 'Update image tag to {{range .Updated.Images}}{{println .}}{{end}}'
update:
path: ./api/general-api
strategy: Setters

View File

@ -1,9 +0,0 @@
apiVersion: image.toolkit.fluxcd.io/v1beta1
kind: ImageRepository
metadata:
name: general-api-repo
namespace: flux-system
spec:
image: git.clortox.com/tyler/general-api
interval: 1m