Skip to content

Commit

Permalink
Merge pull request #3004 from statisticsnorway/develop
Browse files Browse the repository at this point in the history
Deploy to Prod
  • Loading branch information
johnnadeluy authored Nov 1, 2024
2 parents db33b8d + bd0effd commit a6cf6fa
Show file tree
Hide file tree
Showing 55 changed files with 4,072 additions and 2,493 deletions.
69 changes: 0 additions & 69 deletions .github/workflows/delete_nais.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .github/workflows/deploy_nais.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,6 @@ jobs:
- name: Checkout mimir
uses: actions/checkout@v4

- name: Edit TTL for Undeploy
if: github.event.pull_request.merged == true
run: |
sed -i 's/ttl: .*/ttl: "10m"/' nais.yaml
- name: Give GitHub Actions acces to docker repo
uses: webfactory/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import org.apache.tools.ant.taskdefs.condition.Os

plugins {
id("com.github.node-gradle.node") version "7.0.2"
id("com.github.node-gradle.node") version "7.1.0"
id 'com.enonic.xp.app' version '3.4.0'
id 'no.item.xp.codegen' version '2.3.0'
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Gradle Project settings
projectName = mimir
version = 2.16.0
version = 2.17.0

# XP App values
appDisplayName = Mimir application
Expand Down
2 changes: 1 addition & 1 deletion nais.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
requests:
memory: 1Gi

ttl: 1h
ttl: 168h

prometheus:
enabled: false
Expand Down
Loading

0 comments on commit a6cf6fa

Please sign in to comment.