Skip to content

Commit

Permalink
fix: remove migration TTL
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed Nov 24, 2023
1 parent 8c72897 commit be0c6ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion infra/root_chart/values.pichu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ migration:
securityContext: *migrateSecurityContext
podSecurityContext: *podSecurityContext
configMountPath: /app/Config
ttlSecondsAfterFinished: 60

image:
repository: ghcr.io/atomicloud/nitroso.zinc/migrate-amd
serviceTree:
Expand Down
2 changes: 1 addition & 1 deletion infra/root_chart/values.pikachu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ migration:
securityContext: *migrateSecurityContext
podSecurityContext: *podSecurityContext
configMountPath: /app/Config
ttlSecondsAfterFinished: 60

image:
repository: ghcr.io/atomicloud/nitroso.zinc/migrate-amd
serviceTree:
Expand Down
2 changes: 1 addition & 1 deletion infra/root_chart/values.raichu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ migration:
securityContext: *migrateSecurityContext
podSecurityContext: *podSecurityContext
configMountPath: /app/Config
ttlSecondsAfterFinished: 60

image:
repository: ghcr.io/atomicloud/nitroso.zinc/migrate-amd
serviceTree:
Expand Down

0 comments on commit be0c6ac

Please sign in to comment.