feat: refactor blocky
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 29s
lint-test-helm / validate-kubeconform (pull_request) Successful in 30s

This commit is contained in:
2026-03-22 22:37:38 -05:00
parent b06a1dd2eb
commit d5c16cd8b0
2 changed files with 5 additions and 6 deletions

View File

@@ -4,20 +4,18 @@ blocky:
type: deployment
replicas: 3
strategy: RollingUpdate
revisionHistoryLimit: 3
containers:
main:
image:
repository: ghcr.io/0xerr0r/blocky
tag: v0.29.0@sha256:a6d99f323d3036a99a3767a52ad612f4d8f3f31167492bfc14d4ea57b24cdfd0
pullPolicy: IfNotPresent
env:
- name: TZ
value: US/Central
value: America/Chicago
resources:
requests:
cpu: 10m
memory: 128Mi
memory: 90Mi
configMaps:
config:
enabled: true