Built by build-container workflow run #559 from this branch. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
18 lines
320 B
YAML
18 lines
320 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
namespace: monitoring
|
|
|
|
resources:
|
|
- deployment.yaml
|
|
- service.yaml
|
|
- external-secret.yaml
|
|
|
|
images:
|
|
- name: registry.ops.eblu.me/blumeops/unpoller
|
|
newTag: v3.2.0-1b27242
|
|
|
|
configMapGenerator:
|
|
- name: unpoller-config
|
|
files:
|
|
- up.conf
|