Skip to content

Commit

Permalink
config: removed invalid resource
Browse files Browse the repository at this point in the history
  • Loading branch information
alexec committed Jun 25, 2021
1 parent 3645436 commit 2f9898b
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 14 deletions.
3 changes: 0 additions & 3 deletions config/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4539,9 +4539,6 @@ spec:
name: monitor
- containerPort: 7777
name: metrics
resources:
requests:
cpu: 0
volumeMounts:
- mountPath: /etc/stan-config
name: config-volume
Expand Down
3 changes: 0 additions & 3 deletions config/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4539,9 +4539,6 @@ spec:
name: monitor
- containerPort: 7777
name: metrics
resources:
requests:
cpu: 0
volumeMounts:
- mountPath: /etc/stan-config
name: config-volume
Expand Down
3 changes: 0 additions & 3 deletions config/stan-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -203,9 +203,6 @@ spec:
name: monitor
- containerPort: 7777
name: metrics
resources:
requests:
cpu: 0
volumeMounts:
- mountPath: /etc/stan-config
name: config-volume
Expand Down
5 changes: 0 additions & 5 deletions config/stan-dev/single-server-stan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,6 @@ spec:
- name: stan-sts-vol
mountPath: /data/stan

# Disable CPU limits.
resources:
requests:
cpu: 0

livenessProbe:
httpGet:
path: /
Expand Down

0 comments on commit 2f9898b

Please sign in to comment.