Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
64 changes: 64 additions & 0 deletions repo/packages/spring-boot-conventions.packages.kadras.io/0.1.0.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
apiVersion: data.packaging.carvel.dev/v1alpha1
kind: Package
metadata:
creationTimestamp: null
name: spring-boot-conventions.packages.kadras.io.0.1.0
spec:
refName: spring-boot-conventions.packages.kadras.io
releasedAt: "2022-09-30T21:11:16Z"
template:
spec:
deploy:
- kapp: {}
fetch:
- imgpkgBundle:
image: ghcr.io/arktonix/package-for-spring-boot-conventions@sha256:9f2a483556d8c9a9d894bbbd13ad2948f5901d32cad87bd7f5a2e456cd391d3c
template:
- ytt:
paths:
- config
- kbld:
paths:
- '-'
- .imgpkg/images.yml
valuesSchema:
openAPIv3:
additionalProperties: false
properties:
namespace:
default: spring-boot-conventions
description: The namespace where to install the Spring Boot Conventions
type: string
resources:
additionalProperties: false
description: Resource configuration for the Convention Server
properties:
limits:
additionalProperties: false
description: Resource limits
properties:
cpu:
default: 100m
description: CPU limits
type: string
memory:
default: 256Mi
description: Memory limits
type: string
type: object
requests:
additionalProperties: false
description: Resource requests
properties:
cpu:
default: 100m
description: CPU requests
type: string
memory:
default: 20Mi
description: Memory requests
type: string
type: object
type: object
type: object
version: 0.1.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
apiVersion: data.packaging.carvel.dev/v1alpha1
kind: PackageMetadata
metadata:
creationTimestamp: null
name: spring-boot-conventions.packages.kadras.io
spec:
categories:
- ci/cd
- configuration
displayName: spring-boot-conventions
longDescription: The Spring Boot Convention Server works with the Cartographer Convention
Controller to apply best-practices to workloads at runtime by understanding the
developer's intent.
maintainers:
- name: Thomas Vitale
providerName: Arktonix
shortDescription: Spring Boot Convention Server for Cartographer.