Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

Commit

Permalink
remove quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
vebjorre committed Oct 8, 2024
1 parent 547c35b commit 2ff9fb0
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .nais/nais.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
apiVersion: "nais.io/v1alpha1"
kind: "Application"
apiVersion: nais.io/v1alpha1
kind: Application
metadata:
name: "depviz-backend"
namespace: "nais-analyse"
name: depviz-backend
namespace: nais-analyse
labels:
"team": "nais-analyse"
team: nais-analyse
spec:
image: {{image}}
liveness:
path: "/internal/isalive"
path: /internal/isalive
port: 8080
initialDelay: 20
timeout: 60
readiness:
path: "/internal/isready"
path: /internal/isready
port: 8080
initialDelay: 20
timeout: 60
Expand All @@ -23,15 +23,15 @@ spec:
cpuThresholdPercentage: 50
prometheus:
enabled: true
path: "/internal/prometheus"
path: /internal/prometheus
resources:
limits:
cpu: "400m"
memory: "1024Mi"
cpu: 400m
memory: 1024Mi
requests:
cpu: "200m"
memory: "512Mi"
cpu: 200m
memory: 512Mi
ingresses:
{{#each ingresses as |url|}}
{{#each ingresses as |url|}}
- {{url}}
{{/each}}
{{/each}}

0 comments on commit 2ff9fb0

Please sign in to comment.