feat: set resources
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 26s
lint-test-docker / lint-docker-compose (pull_request) Successful in 27s
lint-test-helm / validate-kubeconform (pull_request) Successful in 25s
render-manifests / render-manifests (pull_request) Successful in 59s
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 26s
lint-test-docker / lint-docker-compose (pull_request) Successful in 27s
lint-test-helm / validate-kubeconform (pull_request) Successful in 25s
render-manifests / render-manifests (pull_request) Successful in 59s
This commit is contained in:
@@ -92,8 +92,8 @@ postiz:
|
|||||||
tag: 4.11.3@sha256:be6eb5b5d0df882025dcef138c217d493e6dcb684aebc235bc1b2832eb347c7f
|
tag: 4.11.3@sha256:be6eb5b5d0df882025dcef138c217d493e6dcb684aebc235bc1b2832eb347c7f
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 10m
|
cpu: 1m
|
||||||
memory: 40Mi
|
memory: 100Mi
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
controller: main
|
controller: main
|
||||||
@@ -154,10 +154,6 @@ temporal:
|
|||||||
metrics:
|
metrics:
|
||||||
serviceMonitor:
|
serviceMonitor:
|
||||||
enabled: true
|
enabled: true
|
||||||
resources:
|
|
||||||
requests:
|
|
||||||
cpu: 10m
|
|
||||||
memory: 60Mi
|
|
||||||
config:
|
config:
|
||||||
logLevel: "debug,info"
|
logLevel: "debug,info"
|
||||||
persistence:
|
persistence:
|
||||||
@@ -200,7 +196,7 @@ temporal:
|
|||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 10m
|
cpu: 10m
|
||||||
memory: 60Mi
|
memory: 50Mi
|
||||||
history:
|
history:
|
||||||
metrics:
|
metrics:
|
||||||
serviceMonitor:
|
serviceMonitor:
|
||||||
@@ -208,7 +204,7 @@ temporal:
|
|||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 10m
|
cpu: 10m
|
||||||
memory: 60Mi
|
memory: 200Mi
|
||||||
matching:
|
matching:
|
||||||
metrics:
|
metrics:
|
||||||
serviceMonitor:
|
serviceMonitor:
|
||||||
@@ -224,7 +220,7 @@ temporal:
|
|||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 10m
|
cpu: 10m
|
||||||
memory: 60Mi
|
memory: 50Mi
|
||||||
admintools:
|
admintools:
|
||||||
image:
|
image:
|
||||||
repository: temporalio/admin-tools
|
repository: temporalio/admin-tools
|
||||||
@@ -232,7 +228,7 @@ temporal:
|
|||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 10m
|
cpu: 10m
|
||||||
memory: 60Mi
|
memory: 10Mi
|
||||||
web:
|
web:
|
||||||
image:
|
image:
|
||||||
repository: temporalio/ui
|
repository: temporalio/ui
|
||||||
@@ -240,7 +236,7 @@ temporal:
|
|||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 10m
|
cpu: 10m
|
||||||
memory: 60Mi
|
memory: 50Mi
|
||||||
postgres-18-cluster:
|
postgres-18-cluster:
|
||||||
mode: standalone
|
mode: standalone
|
||||||
cluster:
|
cluster:
|
||||||
|
|||||||
Reference in New Issue
Block a user