Skip to content

Commit

Permalink
[patch] Removed pod-templates for edgeconfig-configui (#986)
Browse files Browse the repository at this point in the history
Co-authored-by: Harsh Tamakuwala <[email protected]>
  • Loading branch information
harsh42774 and Harsh Tamakuwala authored May 22, 2024
1 parent 7eda58c commit 046ca6b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@
# assigned a QoS class of BestEffort. More can be found here:
# https://kubernetes.io/docs/tasks/configure-pod-container/quality-service-pod
podTemplates:
- name: edgeconfig-configui
containers:
- name: edgeconfig-configui
resources: {}
- name: edgeconfig-server
containers:
- name: edgeconfig-server
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,6 @@
# assigned a QoS class of Guaranteed. More can be found here:
# https://kubernetes.io/docs/tasks/configure-pod-container/quality-service-pod
podTemplates:
- name: edgeconfig-configui
containers:
- name: edgeconfig-configui
resources:
requests:
cpu: 2
memory: 2Gi
limits:
cpu: 2
memory: 2Gi
- name: edgeconfig-server
containers:
- name: edgeconfig-server
Expand Down

0 comments on commit 046ca6b

Please sign in to comment.