Skip to content

Commit

Permalink
added strategy update images for nginx and new config for laravel app…
Browse files Browse the repository at this point in the history
… port
  • Loading branch information
rizkyfaza20 committed Jan 13, 2024
1 parent 761ced8 commit d3d5250
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions argocd/apps/application-nginx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ metadata:
namespace: argocd
labels:
name: nginx-test
annotations:
argocd-image-updater.argoproj.io/images-list: dockerhub=docker.io/nginx/nginx:latest
argocd-image-updater.argoproj.io/dockerhub.update-strategy: digest
spec:
project: default
source:
Expand Down
2 changes: 1 addition & 1 deletion argocd/laravel-minikube/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ image:
service:
name: laravel-app
type: ClusterIP
port: 80
port: 8000

autoscaling:
enabled: true
Expand Down
2 changes: 1 addition & 1 deletion argocd/nginx-test/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ image:
repository: nginx
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "1.25.3-alpine"
tag: "latest"

imagePullSecrets: []
nameOverride: ""
Expand Down

0 comments on commit d3d5250

Please sign in to comment.