Skip to content

Commit

Permalink
remove default values & set envFrom
Browse files Browse the repository at this point in the history
  • Loading branch information
hknots committed Apr 2, 2024
1 parent 4cb0d23 commit 333c18d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 16 deletions.
18 changes: 3 additions & 15 deletions kustomize/base/flais.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,6 @@ spec:
port: 8080
orgId: fintlabs.no
image: ghcr.io/fintlabs/fint-kunde-selvregistrering-backend:latest
imagePullPolicy: Always
resources:
limits:
memory: 512Mi
cpu: 500m
requests:
memory: 256Mi
cpu: 250m
restartPolicy: Always
replicas: 1
strategy:
type: RollingUpdate
rollingUpdate:
maxSurge: 1
maxUnavailable: 0
envFrom:
- secretRef:
name: fint-portal-user
1 change: 0 additions & 1 deletion kustomize/base/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
Expand Down

0 comments on commit 333c18d

Please sign in to comment.