Skip to content

Commit

Permalink
fix: remove resource request from init container
Browse files Browse the repository at this point in the history
  • Loading branch information
xpadev-net committed Aug 29, 2024
1 parent 0ae5ea4 commit 62f1f41
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions kubernetes/mattermost/mattermost.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,6 @@ spec:
secretKeyRef:
name: gcp-secret-env
key: MATTERMOST_TOKEN
resources:
limits:
cpu: 1000m
memory: 4Gi
ephemeral-storage: 4096Mi
requests:
cpu: 1000m
memory: 4Gi
ephemeral-storage: 4096Mi
command: [
"/usr/bin/bash",
"-c",
Expand Down

0 comments on commit 62f1f41

Please sign in to comment.