diff --git a/helm-values/vc-authn-oidc/prod.yaml b/helm-values/vc-authn-oidc/prod.yaml index fcd7233..2fa2852 100644 --- a/helm-values/vc-authn-oidc/prod.yaml +++ b/helm-values/vc-authn-oidc/prod.yaml @@ -94,11 +94,13 @@ acapy: mongodb: resources: limits: - cpu: 1 + cpu: 1600 memory: 1000Mi requests: cpu: 400m memory: 450Mi + metrics: + enabled: true readinessProbe: enabled: true timeoutSeconds: 10 diff --git a/services/vc-authn-oidc/charts/prod/values.yaml b/services/vc-authn-oidc/charts/prod/values.yaml index 34f7781..380d356 100644 --- a/services/vc-authn-oidc/charts/prod/values.yaml +++ b/services/vc-authn-oidc/charts/prod/values.yaml @@ -112,11 +112,13 @@ vc-authn-oidc: existingSecret: "vc-authn-oidc-mongodb" resources: limits: - cpu: 1 + cpu: 1600 memory: 1000Mi requests: cpu: 400m memory: 450Mi + metrics: + enabled: true readinessProbe: enabled: true timeoutSeconds: 10