You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: data/home.yaml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ why_score:
10
10
sections:
11
11
- from:
12
12
title: Cognitive load
13
-
text: Developers are forced to become experts in a variety of tech and tools, just do deploy a simple change to their apps.
13
+
text: Developers are forced to become experts in a variety of tech and tools, just to deploy a simple change to their apps.
14
14
icon: svg/icon-cognitive.svg
15
15
to:
16
16
title: Features over Ops
@@ -22,7 +22,7 @@ why_score:
22
22
icon: svg/icon-config-drift.svg
23
23
to:
24
24
title: Local to prod
25
-
text: With Score you can easily transition from local to to remote environments. Configs stay consistent, everywhere you deploy.
25
+
text: With Score you can easily transition from local to remote environments. Configs stay consistent, everywhere you deploy.
26
26
icon: svg/icon-multiple_stop.svg
27
27
- from:
28
28
title: YAML bloat
@@ -36,7 +36,7 @@ easily_integrates:
36
36
title: Easily integrates in your existing workflows
37
37
sections:
38
38
- title: Extendable and customizable
39
-
text: The <span class="highlight-code">score.yaml</span> file can be extended and customised according to your needs. The score spec leaves room for environment specific overrides as well as platform specific extensions that allow to list additional properties or requirements.
39
+
text: The <span class="highlight-code">score.yaml</span> file can be extended and customised according to your needs. The score spec leaves room for environment specific overrides as well as platform specific extensions that allow you to list additional properties or requirements.
text: Score lets developers define the resources required by their workloads in a declarative way. You declare once that your workload needs to listen on a port to receive requests - and don’t not need to worry where and how the exact port is defined in e.g. a remote Kubernetes environment. By declaring what the workload needs to run, the “how” becomes an environment specific implementation detail that is taken care of by Score.
0 commit comments