Skip to content

Commit

Permalink
add init container
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxpeople committed Jun 22, 2024
1 parent e99bc88 commit f7dffff
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions kubernetes/apps/tools/tooler/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,24 @@ spec:
strategy: Recreate
annotations:
reloader.stakater.com/auto: "true"
initContainers:
1-loading:
image:
repository: registry.eighty-three.me/tuxpeople/tooler
tag: git-766862d
probes:
liveness:
enabled: false
readiness:
enabled: false
startup:
enabled: false
resources:
requests:
cpu: 5m
memory: 101M
limits:
memory: 101M
containers:
app:
image:
Expand Down

0 comments on commit f7dffff

Please sign in to comment.