Skip to content

Commit

Permalink
Fix healthcheck
Browse files Browse the repository at this point in the history
Signed-off-by: Matei David <[email protected]>
  • Loading branch information
mateiidavid committed Jun 18, 2024
1 parent 2b15094 commit 729a065
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions pkg/healthcheck/healthcheck_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1802,13 +1802,7 @@ data:
name: ProxyInitImageName
pullPolicy: ImagePullPolicy
version: ProxyInitVersion
resources:
cpu:
limit: 100m
request: 10m
memory:
limit: 50Mi
request: 10Mi
resources: null
saMountPath: null
xtMountPath:
mountPath: /run
Expand Down Expand Up @@ -1950,12 +1944,6 @@ data:
pullPolicy: ImagePullPolicy
version: ProxyInitVersion
resources:
cpu:
limit: 100m
request: 10m
memory:
limit: 50Mi
request: 10Mi
saMountPath: null
xtMountPath:
mountPath: /run
Expand Down

0 comments on commit 729a065

Please sign in to comment.