apiVersion: boundless.mirantis.com/v1alpha1 kind: Blueprint metadata: name: bop-cluster spec: kubernetes: provider: k0s version: 1.27.4+k0s.0 infra: hosts: - ssh: address: 52.91.89.114 keyPath: ./aws_private.pem port: 22 user: ubuntu role: controller - ssh: address: 10.0.0.2 keyPath: ./aws_private.pem port: 22 user: ubuntu role: worker components: addons: - name: example-server kind: chart enabled: true namespace: default chart: name: nginx repo: https://charts.bitnami.com/bitnami version: 15.1.1 values: | service: type: ClusterIP