Skip to content

Commit

Permalink
Merge pull request #21 from navikt/java-patch
Browse files Browse the repository at this point in the history
Java patch
  • Loading branch information
Danaaz authored Jan 30, 2025
2 parents 8778bd1 + 9b4022c commit 8d97a60
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .nais/naiserator-gcp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ metadata:
team: alf
spec:
image: {{ image }}
team: alf
replicas:
min: 1
max: 1
Expand Down
1 change: 0 additions & 1 deletion .nais/naiserator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ metadata:
team: alf
spec:
image: {{ image }}
team: alf
replicas:
min: 1
max: 1
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM navikt/java:11
FROM ghcr.io/navikt/baseimages/temurin:11
ENV JAVA_OPTS="-Dlogback.configurationFile=logback-remote.xml"
ENV APPLICATION_PROFILE="remote"
COPY build/libs/*.jar app.jar

0 comments on commit 8d97a60

Please sign in to comment.