We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In order to make this CLI work for a broad audience, we have to think of a config structure.
First Proposal:
version: 1 service: name: paymentservice owner: teamX health: path: /health port: 8081 environment: - name: ENVIRONMENT value: dev command: ["/usr/bin/tini", "--"] args: ["/usr/local/bin/entrypoint"] ports: - 8080 - 8081 limits: cpu: 1.0 memory: 2048 ingress: hosts: - host: foo.example.com path: /paymentservice/ port: 8080 - host: foo.example.com path: /paymentservice/ port: 8080 whitelist: - 192.168.0.0/24 autoscaling: min: 3 max: 6 ``
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In order to make this CLI work for a broad audience, we have to think of a config structure.
First Proposal:
The text was updated successfully, but these errors were encountered: