Migrate attachments app to HelmRelease: update replicas and kustomization configuration

This commit is contained in:
emelinda 2026-04-24 17:24:23 +03:00
parent bc8698b5db
commit 82c501dc71
2 changed files with 9 additions and 4 deletions

View File

@ -7,5 +7,5 @@ resources:
patches:
- path: replicas.yaml
target:
kind: Deployment
kind: HelmRelease
name: attachments

View File

@ -1,8 +1,13 @@
---
apiVersion: apps/v1
kind: Deployment
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: attachments
namespace: attachments
spec:
replicas: 1
values:
services:
attachments:
deployment:
replicaCount:
_default: 1