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

[Models] Jitsi component showing in CloudNativePG design #11233

Closed
Alero-Awani opened this issue Jun 21, 2024 · 1 comment · Fixed by #11243
Closed

[Models] Jitsi component showing in CloudNativePG design #11233

Alero-Awani opened this issue Jun 21, 2024 · 1 comment · Fixed by #11243
Labels
area/models Models, Components, Relationships related changes

Comments

@Alero-Awani
Copy link
Contributor

Alero-Awani commented Jun 21, 2024

Current Situation

Python Sample App fails to deploy on Meshery Playground because the custom resource component uses the Jitsi model instead of the CloudNativePG model. This custom resource is part of the CloudNativePG operator and is used to manage PostgreSQL clusters on Kubernetes.

Screenshot 2024-06-21 at 8 56 16 PM

Links to Meshery Designs -> Sample Application and CloudNativePG

Cluster Resource manifest

apiVersion: postgresql.cnpg.io/v1
kind: Cluster
metadata:
  name: my-postgresql
  namespace: default
spec:
  imageName: ghcr.io/cloudnative-pg/postgresql:15.4
  instances: 3
  storage:
    size: 1Gi
  bootstrap:
    initdb:
      database: goals_database
      owner: goals_user
      secret:
        name: my-postgresql-credentials

Proposed Change


A CloudNativePG model needs to be created and the jitsi helm chart repo link needs to updated to a release here

General Contributor Guides and Handbook

Understanding Meshery Models

Contributing to Meshery Models

Contributing to Meshery Relationships

@Alero-Awani Alero-Awani added the area/models Models, Components, Relationships related changes label Jun 21, 2024
Copy link

welcome bot commented Jun 21, 2024

Thanks for opening this issue. A contributor will be by to give feedback soon. In the meantime, please review the Contributors' Welcome Guide, engage in the discussion forum, and be sure to join the community Slack.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/models Models, Components, Relationships related changes
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant