Set Container Port

container:
  port: 3000

Set Container Start Command

container:
  command: npm start

Private Application

This configuration only applies to web applications.

ingress:
  enabled: false

Custom Domain

This configuration only applies to web applications.

ingress:
  custom_domain: true
  hosts:
    - my-app.example.com