Skip to content

Commit f638760

Browse files
committedFeb 6, 2025··
add atil
1 parent 61189c3 commit f638760

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed
 

‎.github/workflows/main.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
--ansi
3232
- name: Build documentation
3333
run: |
34-
./build.sh nav ssb test-nais ldir ci-nais dev-nais tenant
34+
./build.sh nav ssb test-nais ldir atil ci-nais dev-nais tenant
3535
3636
publish:
3737
if: github.ref == 'refs/heads/main'
@@ -54,6 +54,8 @@ jobs:
5454
bucket: doc.test-nais.cloud.nais.io
5555
- name: ldir
5656
bucket: doc.ldir.cloud.nais.io
57+
- name: atil
58+
bucket: doc.atil.cloud.nais.io
5759
steps:
5860
- name: Restore cache folder
5961
uses: actions/cache/restore@v4

‎docs/workloads/reference/environments.md

+15
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,21 @@ Kubectl access to the cluster is available through [naisdevice](../../operate/na
121121
#### External/outbound IPs
122122

123123
- 34.88.222.166
124+
{% endif %}
125+
{% if tenant() == "atil" %}
126+
### dev
127+
128+
#### Domains
129+
130+
| domain | accessible from | description |
131+
| :------------------------------ | :----------------------- | :---------------------------------------------------------------------------------------------------------------- |
132+
| external.dev.atil.cloud.nais.io | internet | ingress for applications exposed to internet. URLs containing `/metrics`, `/actuator` or `/internal` are blocked. |
133+
| dev.atil.cloud.nais.io | [naisdevice][naisdevice] | ingress for internal applications |
134+
135+
#### External/outbound IPs
136+
137+
- 34.88.9.217
138+
124139
{% endif %}
125140
{% if tenant() == "ldir" %}
126141
### test

0 commit comments

Comments
 (0)
Please sign in to comment.