Skip to content

Commit d9741ec

Browse files
committed
fix typos: capital I in Internet, and remove hyphens
1 parent df34a62 commit d9741ec

File tree

14 files changed

+21
-21
lines changed

14 files changed

+21
-21
lines changed

docs/explanation/naisdevice.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Naisdevice
22

3-
Naisdevice is a mechanism provided by NAIS, that lets you connect to services not available on the public internet from your machine.
3+
Naisdevice is a mechanism provided by NAIS, that lets you connect to services not available on the public Internet from your machine.
44

55
Examples of such services are:
66

docs/explanation/observability/metrics.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ All applications that have Prometheus scraping enabled will show up in the [defa
3030

3131
## Metric naming
3232

33-
For metric names we use the internet-standard [Prometheus naming conventions](https://prometheus.io/docs/practices/naming/):
33+
For metric names we use the Internet standard [Prometheus naming conventions](https://prometheus.io/docs/practices/naming/):
3434

3535
- Metric names should have a (single-word) application prefix relevant to the domain the metric belongs to.
3636
- Metric names should be nouns in **snake_case**; do not use verbs.

docs/how-to-guides/persistence/redis/create-redis-instance-explicitly.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Once the resource is added to the cluster, some additional fields are filled in
5151

5252
| field | |
5353
|-------------------------|-------------------------------------------------------------------------------------------------------|
54-
| `projectVpcId` | Ensures the instance is connected to the correct project VPC and is not available on public internet. |
54+
| `projectVpcId` | Ensures the instance is connected to the correct project VPC and is not available on public Internet. |
5555
| `tags` | Adds tags to the instance used for tracking billing in Aiven. |
5656
| `cloudName` | Where the Redis instance should run. |
5757
| `terminationProtection` | Protects the instance against unintended termination. Must be set to `false` before deletion. |

docs/reference/ingress.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Ingress traffic
22

3-
Ingress traffic is traffic that is directed to your application from the internet. This is done by configuring the [`ingresses`][nais-ingress] block in your NAIS application yaml manifest with the domains you want your application to receive traffic from.
3+
Ingress traffic is traffic that is directed to your application from the Internet. This is done by configuring the [`ingresses`][nais-ingress] block in your NAIS application yaml manifest with the domains you want your application to receive traffic from.
44

55
[nais-ingress]: https://doc.nais.io/nais-application/application/#ingresses
66

old/clusters/gcp.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -46,16 +46,16 @@ You can control from where you application is reachable by selecting the appropr
4646

4747
| domain | accessible from | description |
4848
| :----------------- | :---------------------------------------------------------- | :---------------------------------------------------------------------------------------------------------------------------- |
49-
| ekstern.dev.nav.no | internet | development ingress for applications exposed to internet. URLs containing `/metrics`, `/actuator` or `/internal` are blocked. |
50-
| intern.dev.nav.no | [naisdevice](../device/README.md) and NAV internal networks | development ingress for non-public/internet-facing applications |
49+
| ekstern.dev.nav.no | Internet | development ingress for applications exposed to Internet. URLs containing `/metrics`, `/actuator` or `/internal` are blocked. |
50+
| intern.dev.nav.no | [naisdevice](../device/README.md) and NAV internal networks | development ingress for non-public/Internet facing applications |
5151

5252

5353
### prod-gcp ingresses
5454

5555
| domain | accessible from | description |
5656
| :------------ | :-------------------------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
57-
| nav.no | internet | URLs containing `/metrics`, `/actuator` or `/internal` are blocked |
58-
| intern.nav.no | [naisdevice](../device/README.md) | used by non-public/internet-facing applications \(previously called adeo.no\). |
57+
| nav.no | Internet | URLs containing `/metrics`, `/actuator` or `/internal` are blocked |
58+
| intern.nav.no | [naisdevice](../device/README.md) | used by non-public/Internet facing applications \(previously called adeo.no\). |
5959

6060

6161
You can also learn about [how DNS is configured.](../appendix/ingress-dns.md)

old/nais-application/access-policy.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The access policy currently have the following limits:
4242

4343
## Access Policy vs. Ingress
4444

45-
Access policies are only applied to pod-to-pod communication, and not to ingress traffic. This means that you can still use ingress to expose your application to the internet, and use access policies to control which applications can communicate with your application.
45+
Access policies are only applied to pod-to-pod communication, and not to ingress traffic. This means that you can still use ingress to expose your application to the Internet, and use access policies to control which applications can communicate with your application.
4646

4747
Outbound requests to ingresses are regarded as external hosts, even if these ingresses exist in the same cluster.
4848

old/nais-application/ingress.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Ingress traffic
22

3-
Ingress traffic is traffic that is directed to your application from the internet. This is done by configuring the [`ingresses`][nais-ingress] block in your NAIS application yaml manifest with the domains you want your application to receive traffic from.
3+
Ingress traffic is traffic that is directed to your application from the Internet. This is done by configuring the [`ingresses`][nais-ingress] block in your NAIS application yaml manifest with the domains you want your application to receive traffic from.
44

55
[nais-ingress]: https://doc.nais.io/nais-application/application/#ingresses
66

old/observability/metrics.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ Then you have full control of the database and retention.
167167

168168
## Metric naming
169169

170-
For metric names we use the internet-standard [Prometheus naming conventions](https://prometheus.io/docs/practices/naming/):
170+
For metric names we use the Internet standard [Prometheus naming conventions](https://prometheus.io/docs/practices/naming/):
171171

172172
* Metric names should have a (single-word) application prefix relevant to the domain the metric belongs to.
173173
* Metric names should be nouns in **snake_case**; do not use verbs.

old/persistence/open-search.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Once the resource is added to the cluster, some additional fields are filled in
7171

7272
| field | |
7373
|-------------------------|-------------------------------------------------------------------------------------------------------|
74-
| `projectVpcId` | Ensures the instance is connected to the correct project VPC and is not available on public internet. |
74+
| `projectVpcId` | Ensures the instance is connected to the correct project VPC and is not available on public Internet. |
7575
| `tags` | Adds tags to the instance used for tracking billing in Aiven. |
7676
| `cloudName` | Where the OpenSearch instance should run. |
7777
| `terminationProtection` | Protects the instance against unintended termination. Must be set to `false` before deletion. |

old/persistence/redis.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Once the resource is added to the cluster, some additional fields are filled in
104104

105105
| field | |
106106
| ----------------------- | ----------------------------------------------------------------------------------------------------- |
107-
| `projectVpcId` | Ensures the instance is connected to the correct project VPC and is not available on public internet. |
107+
| `projectVpcId` | Ensures the instance is connected to the correct project VPC and is not available on public Internet. |
108108
| `tags` | Adds tags to the instance used for tracking billing in Aiven. |
109109
| `cloudName` | Where the Redis instance should run. |
110110
| `terminationProtection` | Protects the instance against unintended termination. Must be set to `false` before deletion. |

tenants/nav/explanation/migrating-to-gcp.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ The ROS analysis for the team's applications need to be updated to reflect any c
173173
| :--- | :--- |
174174
| `<app>.intern.dev.nav.no` | `dev-fss` |
175175
| `<app>.intern.nav.no` | `prod-fss` |
176-
| `<app>.nav.no` | internet, i.e. all clusters |
176+
| `<app>.nav.no` | Internet, i.e. all clusters |
177177

178178
The application on-premises should _not_ have to use webproxy to reach these ingresses.
179179

tenants/nav/explanation/naisdevice.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# naisdevice
22

3-
naisdevice is a mechanism provided by NAIS, that lets you connect to services not available on the public internet from your machine.
3+
naisdevice is a mechanism provided by NAIS, that lets you connect to services not available on the public Internet from your machine.
44

55
Examples of such services are:
66
- Access to the NAIS cluster with kubectl

tenants/nav/reference/environments.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ We also enumerate the external IPs used by the environments, so that you can pro
1414

1515
| domain | accessible from |
1616
| :--- | :--- |
17-
| ekstern.dev.nav.no | internet |
17+
| ekstern.dev.nav.no | Internet |
1818
| intern.dev.nav.no | NAV internal networks (including [naisdevice](../explanation/naisdevice.md))|
19-
| ansatt.dev.nav.no | internet, but only accessible by authenticated humans on compliant devices |
19+
| ansatt.dev.nav.no | Internet, but only accessible by authenticated humans on compliant devices |
2020

2121
See [explanation for exposing application](../explanation/exposing-application.md) for more information.
2222

@@ -32,9 +32,9 @@ See [explanation for exposing application](../explanation/exposing-application.m
3232

3333
| domain | accessible from |
3434
| :--- | :--- |
35-
| nav.no | internet |
35+
| nav.no | Internet |
3636
| intern.nav.no | NAV internal networks (including [naisdevice](../explanation/naisdevice.md))|
37-
| ansatt.nav.no | internet, but only accessible by authenticated humans on compliant devices |
37+
| ansatt.nav.no | Internet, but only accessible by authenticated humans on compliant devices |
3838

3939
See [explanation for exposing application](../explanation/exposing-application.md) for more information.
4040

tenants/ssb/reference/environments.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ We also enumerate the external IPs used by the environments, so that you can pro
1010

1111
| domain | accessible from | description |
1212
| :--- | :--- | :--- |
13-
| external.staging.ssb.cloud.nais.io | internet | ingress for applications exposed to internet. URLs containing `/metrics`, `/actuator` or `/internal` are blocked. |
13+
| external.staging.ssb.cloud.nais.io | Internet | ingress for applications exposed to Internet. URLs containing `/metrics`, `/actuator` or `/internal` are blocked. |
1414
| staging.ssb.cloud.nais.io | [naisdevice](../explanation/naisdevice.md) | ingress for internal applications |
1515

1616
#### External/outbound IPs
@@ -23,7 +23,7 @@ We also enumerate the external IPs used by the environments, so that you can pro
2323

2424
| domain | accessible from | description |
2525
| :--- | :--- | :--- |
26-
| external.prod.ssb.cloud.nais.io | internet | ingress for applications exposed to internet. URLs containing `/metrics`, `/actuator` or `/internal` are blocked. |
26+
| external.prod.ssb.cloud.nais.io | Internet | ingress for applications exposed to Internet. URLs containing `/metrics`, `/actuator` or `/internal` are blocked. |
2727
| prod.ssb.cloud.nais.io | [naisdevice](../explanation/naisdevice.md) | ingress for internal applications |
2828

2929
#### External/outbound IPs

0 commit comments

Comments
 (0)