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: patches:
- path: replicas.yaml - path: replicas.yaml
target: target:
kind: Deployment kind: HelmRelease
name: attachments name: attachments

View File

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