Skip to content

Commit

Permalink
Flytte applikasjon over til 'pia' namespace
Browse files Browse the repository at this point in the history
Co-authored-by: Runar Skagestad <[email protected]>
  • Loading branch information
thomasdufourd and runska committed Feb 5, 2024
1 parent 4a10ff8 commit 99e16fa
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- main
- samesite
- flytte-applikasjon-over-til-pia
paths-ignore:
- "**.md"
- "**/**.md"
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
uses: nais/docker-build-push@v0
id: docker-push
with:
team: teamia
team: pia
identity_provider: ${{ secrets.NAIS_WORKLOAD_IDENTITY_PROVIDER }}
project_id: ${{ vars.NAIS_MANAGEMENT_PROJECT_ID }}
salsa: false
Expand Down
4 changes: 2 additions & 2 deletions .nais/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ apiVersion: nais.io/v1alpha1
kind: Application
metadata:
name: min-ia
namespace: teamia
namespace: pia
labels:
team: teamia
team: pia
spec:
image: {{image}}
port: 3000
Expand Down
4 changes: 2 additions & 2 deletions .nais/ekstern-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ apiVersion: nais.io/v1alpha1
kind: Application
metadata:
name: min-ia-mock
namespace: teamia
namespace: pia
labels:
team: teamia
team: pia
spec:
image: {{image}}
port: 3000
Expand Down
4 changes: 2 additions & 2 deletions .nais/redirect-forebyggingsplan-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ metadata:
prometheus.io/scrape: "false"
labels:
app: min-ia
team: teamia
team: pia
name: dev-redirect-forebyggingsplan-to-forebygge-fravar
namespace: teamia
namespace: pia
spec:
ingressClassName: nais-ingress
rules:
Expand Down
4 changes: 2 additions & 2 deletions .nais/redirect-sykefravarsstatistikk-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ metadata:
prometheus.io/scrape: "false"
labels:
app: min-ia
team: teamia
team: pia
name: dev-redirect-sykefravarsstatistikk-to-forebygge-fravar
namespace: teamia
namespace: pia
spec:
ingressClassName: nais-ingress
rules:
Expand Down

0 comments on commit 99e16fa

Please sign in to comment.