Skip to content

Commit

Permalink
remove restart policy
Browse files Browse the repository at this point in the history
  • Loading branch information
jalim committed Aug 27, 2024
1 parent 2d03c42 commit c4bb012
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions kubernetes/main/apps/default/actual/sync/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,19 @@ spec:
values:
controllers:
up-sync:
containers:
app:
image:
repository: ghcr.io/jalim/up_actual_sync
tag: v0.0.3@sha256:93c756eaeb7441f03459c6317e330c940fc6809a242568853c5f47fe90b0d77f
annotations:
reloader.stakater.com/auto: "true"
pod:
restartPolicy: OnFailure
securityContext: &securityContext
runAsUser: 1000
runAsGroup: 1000
fsGroup: 1000
fsGroupChangePolicy: "OnRootMismatch"
containers:
app:
image:
repository: ghcr.io/jalim/up_actual_sync
tag: v0.0.3@sha256:93c756eaeb7441f03459c6317e330c940fc6809a242568853c5f47fe90b0d77f
persistence:
secret-file:
type: secret
Expand Down

0 comments on commit c4bb012

Please sign in to comment.