01f744689a
Switch charm to Bobcat release. Microk8s 1.28 will be the default for Bobcat. Also ensure images are being collected from ghcr.io/canonical Change-Id: I5ca2ad457ed581378ae7248dfd275cede3fb0023
63 lines
1.3 KiB
YAML
63 lines
1.3 KiB
YAML
bundle: kubernetes
|
|
applications:
|
|
|
|
mysql:
|
|
charm: ch:mysql-k8s
|
|
channel: 8.0/stable
|
|
scale: 1
|
|
trust: false
|
|
constraints: mem=1G
|
|
|
|
# Currently traefik is required for networking things.
|
|
# If this isn't present, the units will hang at "installing agent".
|
|
traefik:
|
|
charm: ch:traefik-k8s
|
|
channel: 1.0/candidate
|
|
scale: 1
|
|
trust: true
|
|
|
|
traefik-public:
|
|
charm: ch:traefik-k8s
|
|
channel: 1.0/candidate
|
|
scale: 1
|
|
trust: true
|
|
options:
|
|
kubernetes-service-annotations: metallb.universe.tf/address-pool=public
|
|
|
|
keystone:
|
|
charm: ch:keystone-k8s
|
|
channel: 2023.2/edge
|
|
scale: 1
|
|
trust: true
|
|
options:
|
|
admin-role: admin
|
|
storage:
|
|
fernet-keys: 5M
|
|
credential-keys: 5M
|
|
|
|
gnocchi:
|
|
charm: ../../gnocchi-k8s.charm
|
|
scale: 1
|
|
trust: true
|
|
resources:
|
|
gnocchi-api-image: ghcr.io/canonical/gnocchi-consolidated:2023.1
|
|
gnocchi-metricd-image: ghcr.io/canonical/gnocchi-consolidated:2023.1
|
|
|
|
relations:
|
|
- - traefik:ingress
|
|
- keystone:ingress-internal
|
|
- - traefik-public:ingress
|
|
- keystone:ingress-public
|
|
|
|
- - mysql:database
|
|
- keystone:database
|
|
|
|
- - mysql:database
|
|
- gnocchi:database
|
|
- - keystone:identity-service
|
|
- gnocchi:identity-service
|
|
- - traefik:ingress
|
|
- gnocchi:ingress-internal
|
|
- - traefik-public:ingress
|
|
- gnocchi:ingress-public
|