Skip to content

Commit

Permalink
Skru på rekrutteringsbistand etter migrering av dattabaser i backend
Browse files Browse the repository at this point in the history
  • Loading branch information
frodank committed Oct 29, 2024
1 parent f11cf8b commit f197306
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
3 changes: 0 additions & 3 deletions deploy/nais.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ spec:
readiness:
initialDelay: 5
path: /internal/isReady
replicas:
min: 0
max: 0
azure:
application:
enabled: true
Expand Down
7 changes: 0 additions & 7 deletions src/felles/Header.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { Alert, Heading } from '@navikt/ds-react';
import { useContext } from 'react';
import { Outlet } from 'react-router-dom';
import { useLocalStorageToggle } from '../dev/DevUtil';
Expand Down Expand Up @@ -26,12 +25,6 @@ const Header = () => {
/>

<Navigeringsmeny />
<Alert variant="warning" fullWidth>
<Heading spacing size="small" level="3">
Rekrutteringsbistand vil ha nedetid fra 14.45
</Heading>
Dette er nedetid grunnet oppdatering av databaser og jobben kan ta opp til en time.
</Alert>
{!harRolle([
Rolle.AD_GRUPPE_REKRUTTERINGSBISTAND_ARBEIDSGIVERRETTET,
Rolle.AD_GRUPPE_REKRUTTERINGSBISTAND_JOBBSOKERRETTET,
Expand Down

0 comments on commit f197306

Please sign in to comment.