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

Create definition for application spec #1

Closed
8 tasks
wolf31o2 opened this issue Nov 20, 2023 · 3 comments
Closed
8 tasks

Create definition for application spec #1

wolf31o2 opened this issue Nov 20, 2023 · 3 comments
Assignees

Comments

@wolf31o2
Copy link
Collaborator

This covers the "application spec" in all of its forms.

  • Repository information

    • Type (github/gitlab)
    • Owner / Repo
    • Branch
  • Build / Deploy information

    • Command / Target path / root path / Development Command
    • Commit Ref
    • Environment variables

Logic splits:

  • API definition
  • Build definition
  • Runtime definition
  • Kubernetes Operator CRD
@wolf31o2 wolf31o2 added this to Roadmap Nov 16, 2023
@wolf31o2 wolf31o2 converted this from a draft issue Nov 20, 2023
@wolf31o2 wolf31o2 added this to the Fund 10 - Milestone 1 milestone Nov 20, 2023
@scarmuega
Copy link
Member

as an extra data point, this is an example custom resource that we use right now for Demeter frontends:

apiVersion: demeter.run/v1alpha1
kind: Frontend
metadata:
  generation: 1
  labels:
    demeter.run/kind: workload.v0
    demeter.run/slug: frontends
  name: aquarian-category-o2366w
spec:
  annotations:
    cardano.demeter.run/network: preview
  args: ""
  command: ""
  computeClass: gp1.x86.nano
  config: []
  enabled: true
  envVars: []
  givenName: TXPipe Website
  image: mydapp:v1
  replicas: 2
status:
  availableReplicas: 2
  computeDCUPerMin: 308
  observedGeneration: 1
  runningStatus: running
  startTime: 1698074168307
  storageDCUPerMin: 0

@scarmuega
Copy link
Member

think of how multiple subdomains will work in a single namespace

@scarmuega
Copy link
Member

for long term, discuss how to enable taints / affinity by region / provider

@github-project-automation github-project-automation bot moved this from In Progress to Done in Roadmap Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

4 participants