From 87bbfd828f4f5fef46212e74732a76dbc8ea479c Mon Sep 17 00:00:00 2001 From: Sven-Erik Schmidt Date: Tue, 30 Sep 2025 08:43:39 +0200 Subject: [PATCH] fix(collabora): Add otterize annotations --- helmfile/apps/collabora/values-coco-enterprise.yaml.gotmpl | 5 ++++- helmfile/apps/collabora/values.yaml.gotmpl | 6 +++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/helmfile/apps/collabora/values-coco-enterprise.yaml.gotmpl b/helmfile/apps/collabora/values-coco-enterprise.yaml.gotmpl index 30f07cbf..1ea38710 100644 --- a/helmfile/apps/collabora/values-coco-enterprise.yaml.gotmpl +++ b/helmfile/apps/collabora/values-coco-enterprise.yaml.gotmpl @@ -47,7 +47,10 @@ ingress: - "{{ .Values.global.hosts.collabora }}.{{ .Values.global.domain }}" podAnnotations: - {{ .Values.annotations.coco.pod | toYaml | nindent 2 }} + intents.otterize.com/service-name: collabora-controller + {{- with .Values.annotations.coco.pod }} + {{ . | toYaml | nindent 2 }} + {{- end }} securityContext: allowPrivilegeEscalation: false diff --git a/helmfile/apps/collabora/values.yaml.gotmpl b/helmfile/apps/collabora/values.yaml.gotmpl index 5d902df3..fc89b744 100644 --- a/helmfile/apps/collabora/values.yaml.gotmpl +++ b/helmfile/apps/collabora/values.yaml.gotmpl @@ -110,7 +110,11 @@ ingress: - "{{ .Values.global.hosts.collabora }}.{{ .Values.global.domain }}" podAnnotations: - {{ .Values.annotations.collabora.pod | toYaml | nindent 2 }} + intents.otterize.com/service-name: collabora + prometheus.io/scrape: "true" + {{- with .Values.annotations.collabora.pod }} + {{ . | toYaml | nindent 2 }} + {{- end }} podSecurityContext: fsGroup: 1001