feat: refactor apps
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 26s
lint-test-helm / validate-kubeconform (pull_request) Successful in 42s
render-manifests / render-manifests (pull_request) Successful in 49s

This commit is contained in:
2026-04-03 19:48:56 -05:00
parent 0b5f272977
commit a7f63eafe0
11 changed files with 37 additions and 67 deletions

View File

@@ -4,20 +4,15 @@ libation:
type: cronjob
cronjob:
suspend: false
concurrencyPolicy: Forbid
timeZone: US/Central
timeZone: America/Chicago
schedule: 0 0 1 1 *
startingDeadlineSeconds: 90
successfulJobsHistory: 1
failedJobsHistory: 1
backoffLimit: 3
parallelism: 1
containers:
main:
image:
repository: rmcrackan/libation
tag: 13.3.2
pullPolicy: IfNotPresent
tag: 13.3.2@sha256:d1c45260f3ba34b0fb1432c2b51763e00c5174864961856c1c31e7f2b0c3a39e
env:
- name: SLEEP_TIME
value: "-1"
@@ -26,7 +21,7 @@ libation:
resources:
requests:
cpu: 10m
memory: 128Mi
memory: 32Mi
debug:
type: deployment
replicas: 0
@@ -35,8 +30,7 @@ libation:
main:
image:
repository: ubuntu
tag: resolute-20260401
pullPolicy: IfNotPresent
tag: resolute-20260401@sha256:a072b64036a738e55bff8f9a9682cbb893bf20c213772effc1de8dee8df1cea9
command:
- "sleep"
- "infinity"
@@ -50,7 +44,6 @@ libation:
storageClass: ceph-block
accessMode: ReadWriteOnce
size: 500Mi
retain: true
advancedMounts:
main:
main: