Skip to content

Commit

Permalink
Merge pull request #17 from sysdiglabs/deployment-fixes
Browse files Browse the repository at this point in the history
Deployment fixes
  • Loading branch information
airadier authored Sep 6, 2023
2 parents cc1903a + e0d8af1 commit 1b43714
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deployment.yaml.in
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
exec:
command:
- wget
- localhost:5000/metrics
- 127.0.0.1:5000/metrics
- --spider
initialDelaySeconds: 10
livenessProbe:
Expand Down
2 changes: 1 addition & 1 deletion install-aks-audit-log.sh
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ function create_deployment {
export BlobStorageConnectionString="$blob_connection_string"
export VerboseLevel="3"
export ImagePullPolicy="IfNotPresent"
export ImageVersion="0.1.3"
export ImageVersion="1.2.7"

curl https://raw.githubusercontent.com/sysdiglabs/aks-kubernetes-audit-log/master/deployment.yaml.in |
envsubst > "$WORKDIR/deployment.yaml"
Expand Down

0 comments on commit 1b43714

Please sign in to comment.