evroc run service create

Create a new service

evroc run service create <service_name> [flags]

Options

      --cpu-limit string          The maximum amount of CPU the container will ever be able to use (default "100m")
      --cpu-request string        The amount of CPU to request from the scheduler (default "100m")
  -e, --env strings               A list of environment variables present in the container in the form 'key=value'.
      --env-from-secret strings   Secret whose elements will be mounted as environment variables in the container.
                                  For S3 bucket credentials, this will be 'access-key', 'secret-key' and 'endpoint'.
  -h, --help                      help for create
  -i, --image string              OCI image reference to container image.
      --latency-goal int          The target latency in milliseconds
      --memory-limit string       The maximum amount of memory the container will ever be able to use (default "256Mi")
      --memory-request string     The amount of memory to request from the scheduler (default "256Mi")
  -p, --port ints                 Ports represents a network port in a single container. (default [8080])

Options inherited from parent commands

      --config string   Path to the evroc config file (default "~/.evroc/config.yaml")
      --force-yes       Overrides confirmation prompts on destructive actions - use with caution
      --json            JSON output

SEE ALSO