diff --git a/solution/build.sh b/solution/build.sh index 21fe95024e..e0798dc0b9 100755 --- a/solution/build.sh +++ b/solution/build.sh @@ -77,6 +77,11 @@ spec: image: name: zenko-operator tag: '$(zenko_operator_tag)' + metrics: + enabled: true + scheme: http + port: 8080 + path: /metrics EOF } diff --git a/solution/deps.yaml b/solution/deps.yaml index 1a9f564eb0..5ff15c3143 100644 --- a/solution/deps.yaml +++ b/solution/deps.yaml @@ -129,6 +129,7 @@ vault: envsubst: VAULT_TAG zenko-operator: sourceRegistry: ghcr.io/scality + dashboard: zenko-operator/zenko-operator-dashboards image: zenko-operator tag: v1.8.5 envsubst: ZENKO_OPERATOR_TAG