Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 17 additions & 11 deletions k8s/prefect/chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ hasura:
env: []
resources:
requests:
cpu: 500m
memory: 1Gi
cpu: 10m
memory: 192Mi
nodeSelector: {}
tolerations: []
affinity: {}
Expand All @@ -75,15 +75,15 @@ graphql:

labels: {}
annotations: {}
replicas: 2
replicas: 1
strategy: {}
podSecurityContext: {}
securityContext: {}
env: {}
resources:
requests:
cpu: 100m
memory: 256Mi
cpu: 10m
memory: 64Mi
nodeSelector: {}
tolerations: []
affinity: {}
Expand Down Expand Up @@ -115,15 +115,15 @@ apollo:

labels: {}
annotations: {}
replicas: 2
replicas: 1
strategy: {}
podSecurityContext: {}
securityContext: {}
env: {}
resources:
requests:
cpu: 300m
memory: 256Mi
cpu: 10m
memory: 64Mi
nodeSelector: {}
tolerations: []
affinity: {}
Expand Down Expand Up @@ -155,7 +155,10 @@ ui:
podSecurityContext: {}
securityContext: {}
env: {}
resources: {}
resources:
requests:
cpu: 10m
memory: 16Mi
nodeSelector: {}
tolerations: []
affinity: {}
Expand All @@ -174,7 +177,10 @@ towel:
podSecurityContext: {}
securityContext: {}
env: {}
resources: {}
resources:
requests:
cpu: 10m
memory: 80Mi
nodeSelector: {}
tolerations: []
affinity: {}
Expand All @@ -192,7 +198,7 @@ agent:

labels: {}
annotations: {}
replicas: 1
replicas: 0
strategy: {}
podSecurityContext: {}
securityContext: {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ agent:
vertexServiceAccount: ''
prefectLabels:
- basedosdados-perguntas
replicas: 1
replicas: 0
image:
name: prefecthq/prefect
tag: 0.15.9
Expand Down
2 changes: 1 addition & 1 deletion k8s/prefect_agents/basedosdados-projetos/chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ agent:
vertexServiceAccount: ''
prefectLabels:
- basedosdados-projetos
replicas: 1
replicas: 0
image:
name: prefecthq/prefect
tag: 0.15.9
Expand Down
2 changes: 1 addition & 1 deletion k8s/prefect_agents/basedosdados/chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ agent:
name: prefect-agent
prefectLabels:
- basedosdados
replicas: 1
replicas: 0
resources:
limits:
cpu: 100m
Expand Down