diff --git a/Dockerfile b/Dockerfile index a3133e92..d687e848 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,7 @@ -FROM ghcr.io/navikt/baseimages/temurin:17 +FROM ghcr.io/navikt/baseimages/temurin:17-appdynamics + +ENV APPD_ENABLED=true +ENV APP_NAME=familie-ba-infotrygd COPY init.sh /init-scripts/init.sh diff --git a/nais/prod-fss.yml b/nais/prod-fss.yml index e2e92a01..8789ba66 100644 --- a/nais/prod-fss.yml +++ b/nais/prod-fss.yml @@ -26,8 +26,8 @@ spec: initialDelay: 120 timeout: 1 replicas: # Optional. Set min = max to disable autoscaling. - min: 2 # minimum number of replicas. - max: 2 # maximum number of replicas. + min: 4 # minimum number of replicas. + max: 6 # maximum number of replicas. leaderElection: true # Optional. If true, a http endpoint will be available at $ELECTOR_PATH that return the current leader # Compare this value with the $HOSTNAME to see if the current instance is the leader preStopHookPath: "" # Optional. A HTTP GET will be issued to this endpoint at least once before the pod is terminated.