YAMLETES.COM
# Container Orchestration / deployment apiVersion: apps/v1 kind: Deployment metadata: name: api-gateway spec: replicas: 3
# prometheus / alert groups: - name: Container Orchestration.rules rules: - alert: PodCrashLooping for: 5m
# ansible / playbook --- - name: Configure nginx hosts: webservers become: true
# gitlab-ci / deploy deploy:production: stage: deploy rules: - if: $CI_COMMIT_BRANCH == "main"

yamletes

# web en construcción

daniel@yamletes ~ — bash
daniel@yamletes:~$ yamllint config.yaml
config.yaml
  1:1   warning  missing document start "---"  (document-start)
  8:7   error    wrong indentation: expected 2 but found 4  (indentation)
  10:16 error    no new line character at the end of file  (new-line-at-end-of-file)
✗ 2 errors, 1 warningtodavía no pasamos el linter