Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refresh bundle constraints #892

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft
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
1 change: 0 additions & 1 deletion fragments/k8s/cdk-converged/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# The Charmed Distribution of Kubernetes (converged)

![](https://img.shields.io/badge/kubernetes-1.29-brightgreen.svg)
![](https://img.shields.io/badge/juju-2.9+-brightgreen.svg)
![](https://img.shields.io/badge/juju-3.1+-brightgreen.svg)


Expand Down
1 change: 0 additions & 1 deletion fragments/k8s/cdk/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Charmed Kubernetes

![](https://img.shields.io/badge/kubernetes-1.29-brightgreen.svg)
![](https://img.shields.io/badge/juju-2.9+-brightgreen.svg)
![](https://img.shields.io/badge/juju-3.1+-brightgreen.svg)


Expand Down
8 changes: 4 additions & 4 deletions fragments/k8s/cdk/bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ applications:
charm: "kubeapi-load-balancer"
num_units: 1
expose: true
constraints: "cores=1 mem=4G root-disk=16G"
constraints: "cores=1 mem=4G root-disk=64G"
annotations:
"gui-x": "450"
"gui-y": "250"
"easyrsa":
charm: "easyrsa"
num_units: 1
constraints: "cores=1 mem=4G root-disk=16G"
constraints: "cores=1 mem=4G root-disk=64G"
annotations:
"gui-x": "90"
"gui-y": "420"
Expand All @@ -36,7 +36,7 @@ applications:
options:
channel: 1.30/edge
expose: true
constraints: "cores=2 mem=8G root-disk=16G"
constraints: "cores=2 mem=8G root-disk=64G"
annotations:
"gui-x": "90"
"gui-y": "850"
Expand All @@ -45,7 +45,7 @@ applications:
num_units: 3
options:
channel: 3.4/stable
constraints: "cores=2 mem=8G root-disk=16G"
constraints: "cores=2 mem=8G root-disk=64G"
annotations:
"gui-x": "800"
"gui-y": "420"
Expand Down
1 change: 0 additions & 1 deletion fragments/k8s/core/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Kubernetes Core Bundle

![](https://img.shields.io/badge/kubernetes-1.29-brightgreen.svg)
![](https://img.shields.io/badge/juju-2.9+-brightgreen.svg)
![](https://img.shields.io/badge/juju-3.1+-brightgreen.svg)

## Overview
Expand Down
8 changes: 4 additions & 4 deletions fragments/k8s/core/bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ applications:
options:
channel: 1.30/edge
expose: true
constraints: "cores=2 mem=8G root-disk=16G"
constraints: "cores=4 mem=16G root-disk=64G"
annotations:
"gui-x": "800"
"gui-y": "850"
Expand All @@ -34,7 +34,7 @@ applications:
options:
channel: 1.30/edge
expose: true
constraints: "cores=2 mem=8G root-disk=16G"
constraints: "cores=2 mem=8G root-disk=64G"
annotations:
"gui-x": "90"
"gui-y": "850"
Expand All @@ -61,6 +61,6 @@ relations:
- "easyrsa:client"
machines:
"0":
constraints: "cores=2 mem=8G root-disk=16G"
constraints: "cores=4 mem=16G root-disk=64G"
"1":
constraints: "cores=2 mem=8G root-disk=16G"
constraints: "cores=2 mem=8G root-disk=64G"