Skip to content

Commit 3972e46

Browse files
Merge pull request #156 from AET-DevOps26/production_vlaues
add more memory for listening
2 parents 8020365 + 8fb3059 commit 3972e46

3 files changed

Lines changed: 17 additions & 34 deletions

File tree

helm/team-drops-monitoring/values-rancher.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ prometheus:
3131
resources:
3232
limits:
3333
cpu: 300m
34-
memory: 320Mi
34+
memory: 192Mi
3535

3636
grafana:
3737
resources:
@@ -44,7 +44,7 @@ loki:
4444
resources:
4545
limits:
4646
cpu: 300m
47-
memory: 320Mi
47+
memory: 192Mi
4848

4949
alloy:
5050
alloy:

helm/team-drops/files/keycloak-theme/interviewmate/login/resources/css/login.css

Lines changed: 14 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -379,51 +379,34 @@ a:hover {
379379

380380
@media (max-width: 520px) {
381381
.pf-v5-c-login__container {
382-
padding: 16px;
383-
}
384-
385-
.pf-v5-c-login__main {
386-
width: calc(100vw - 32px);
387-
height: calc(100vh - 32px);
388-
min-height: 0;
389-
max-height: none;
390-
padding: 60px 20px 20px;
391-
border-width: 10px;
392-
}
393-
394-
#kc-page-title {
395-
font-size: 1.72rem;
396-
}
397-
398-
#kc-page-title::after {
399-
max-width: 190px;
400-
font-size: 0.82rem;
401-
}
402-
403-
/* Registration is taller than the other authentication screens. On phones,
404-
present it as a full page instead of placing it inside the phone frame. */
405-
body:has(#kc-register-form) .pf-v5-c-login {
406-
place-items: start center;
407-
}
408-
409-
body:has(#kc-register-form) .pf-v5-c-login__container {
410-
padding: 0;
411382
min-height: 100dvh;
383+
padding: 0;
412384
align-items: flex-start;
413385
}
414386

415-
body:has(#kc-register-form) .pf-v5-c-login__main {
387+
.pf-v5-c-login__main {
416388
width: 100%;
417389
height: auto;
418390
min-height: 100dvh;
391+
max-height: none;
419392
padding: 32px 20px 24px;
420393
border: 0;
421394
border-radius: 0;
422395
overflow-y: visible;
423396
box-shadow: none;
424397
}
425398

426-
body:has(#kc-register-form) .pf-v5-c-login__main::before {
399+
.pf-v5-c-login__main::before {
427400
display: none;
428401
}
402+
403+
#kc-page-title {
404+
font-size: 1.72rem;
405+
}
406+
407+
#kc-page-title::after {
408+
max-width: 190px;
409+
font-size: 0.82rem;
410+
}
411+
429412
}

helm/team-drops/values-rancher.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ genai:
1616
memory: 512Mi
1717
limits:
1818
cpu: 500m
19-
memory: 1280Mi
19+
memory: 1536Mi
2020

2121
monitoring:
2222
rancherServiceMonitors:

0 commit comments

Comments
 (0)