Skip to content

Commit

Permalink
Merge pull request #56 from mitou/fix/resource-limit
Browse files Browse the repository at this point in the history
[修正] リソース上限を実際に課金されてる上限に修正
  • Loading branch information
kyasbal authored Aug 29, 2024
2 parents d8ec9f5 + 62f1f41 commit f1cc73f
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions kubernetes/mattermost/mattermost.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,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 All @@ -90,12 +81,12 @@ spec:
protocol: TCP
resources:
limits:
cpu: 500m
memory: 2Gi
cpu: 1000m
memory: 4Gi
ephemeral-storage: 4096Mi
requests:
cpu: 500m
memory: 2Gi
cpu: 1000m
memory: 4Gi
ephemeral-storage: 4096Mi
readinessProbe:
timeoutSeconds: 5
Expand Down

0 comments on commit f1cc73f

Please sign in to comment.