Skip to content

Commit

Permalink
fix: request not reconcilable by ArgoCCD
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed Feb 28, 2024
1 parent 43e44c9 commit d2cd151
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion chart/values.entei.onyx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ apps:
cpu: 250m
memory: 1Gi
requests:
cpu: 62.5m
cpu: 62500u
memory: 256Mi
podAnnotations:
<<: *tags
Expand Down
2 changes: 1 addition & 1 deletion chart/values.pichu.onyx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ apps:
cpu: '1'
memory: 1Gi
requests:
cpu: 62.5m
cpu: 62500u
memory: 256Mi
podAnnotations:
<<: *tags
Expand Down
2 changes: 1 addition & 1 deletion chart/values.pikachu.onyx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ apps:
cpu: '1'
memory: 1Gi
requests:
cpu: 62.5m
cpu: 62500u
memory: 256Mi
podAnnotations:
<<: *tags
Expand Down
2 changes: 1 addition & 1 deletion chart/values.raichu.onyx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ apps:
cpu: '1'
memory: 1Gi
requests:
cpu: 62.5m
cpu: 62500u
memory: 256Mi
podAnnotations:
<<: *tags
Expand Down

0 comments on commit d2cd151

Please sign in to comment.