Skip to content

Commit

Permalink
Fixed kustomization dev - added debug acrLoginServer
Browse files Browse the repository at this point in the history
  • Loading branch information
leomozzer committed May 25, 2023
1 parent 4008916 commit 5a858f8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kubernetes/bases/app/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: nestjs
image: nestjs-app #nestjs.azurecr.io/nestjs-app:latest
image: "app-image" #nestjs.azurecr.io/nestjs-app:latest
imagePullPolicy: IfNotPresent
resources:
limits:
Expand Down
7 changes: 6 additions & 1 deletion kubernetes/bases/app/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,9 @@ resources:
configMapGenerator:
- name: nestjs-config-map
envs:
- .env
- .env

images:
- name: "app-image"
newName: "nestjs-app"
newTag: "initial"

0 comments on commit 5a858f8

Please sign in to comment.