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
4 changes: 2 additions & 2 deletions helm/team-drops-monitoring/values-rancher.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ prometheus:
resources:
limits:
cpu: 300m
memory: 320Mi
memory: 192Mi

grafana:
resources:
Expand All @@ -44,7 +44,7 @@ loki:
resources:
limits:
cpu: 300m
memory: 320Mi
memory: 192Mi

alloy:
alloy:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -379,51 +379,34 @@ a:hover {

@media (max-width: 520px) {
.pf-v5-c-login__container {
padding: 16px;
}

.pf-v5-c-login__main {
width: calc(100vw - 32px);
height: calc(100vh - 32px);
min-height: 0;
max-height: none;
padding: 60px 20px 20px;
border-width: 10px;
}

#kc-page-title {
font-size: 1.72rem;
}

#kc-page-title::after {
max-width: 190px;
font-size: 0.82rem;
}

/* Registration is taller than the other authentication screens. On phones,
present it as a full page instead of placing it inside the phone frame. */
body:has(#kc-register-form) .pf-v5-c-login {
place-items: start center;
}

body:has(#kc-register-form) .pf-v5-c-login__container {
padding: 0;
min-height: 100dvh;
padding: 0;
align-items: flex-start;
}

body:has(#kc-register-form) .pf-v5-c-login__main {
.pf-v5-c-login__main {
width: 100%;
height: auto;
min-height: 100dvh;
max-height: none;
padding: 32px 20px 24px;
border: 0;
border-radius: 0;
overflow-y: visible;
box-shadow: none;
}

body:has(#kc-register-form) .pf-v5-c-login__main::before {
.pf-v5-c-login__main::before {
display: none;
}

#kc-page-title {
font-size: 1.72rem;
}

#kc-page-title::after {
max-width: 190px;
font-size: 0.82rem;
}

}
2 changes: 1 addition & 1 deletion helm/team-drops/values-rancher.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ genai:
memory: 512Mi
limits:
cpu: 500m
memory: 1280Mi
memory: 1536Mi

monitoring:
rancherServiceMonitors:
Expand Down
Loading