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
Open [values.yaml][values-yaml] and replace all instances of *<REPLACE_ME_WITH_HOST_SUFFIX>* with *nginx.MY_CUSTOM_DOMAIN* using your domain for *MY_CUSTOM_DOMAIN*. Also replace *kubernetes.io/ingress.class: nginx-azds # Dev Spaces-specific* with *kubernetes.io/ingress.class: nginx # Custom Ingress*. Below is an example of an updated `values.yaml` file:
94
+
Open [values.yaml][values-yaml] and make the following updates:
95
+
* Replace all instances of *<REPLACE_ME_WITH_HOST_SUFFIX>* with *nginx.MY_CUSTOM_DOMAIN* using your domain for *MY_CUSTOM_DOMAIN*.
96
+
* Replace *kubernetes.io/ingress.class: traefik-azds # Dev Spaces-specific* with *kubernetes.io/ingress.class: nginx # Custom Ingress*.
97
+
98
+
Below is an example of an updated `values.yaml` file:
95
99
96
100
```yaml
97
101
# This is a YAML-formatted file.
@@ -145,6 +149,9 @@ http://dev.gateway.nginx.MY_CUSTOM_DOMAIN/ Available
145
149
146
150
Navigate to the *bikesharingweb* service by opening the public URL from the `azds list-uris` command. In the above example, the public URL for the *bikesharingweb* service is `http://dev.bikesharingweb.nginx.MY_CUSTOM_DOMAIN/`.
147
151
152
+
> [!NOTE]
153
+
> If you see an error page instead of the *bikesharingweb* service, verify you updated **both** the *kubernetes.io/ingress.class* annotation and the host in the *values.yaml* file.
154
+
148
155
Use the `azds space select` command to create a child space under *dev* and list the URLs to access the child dev space.
Open [values.yaml][values-yaml] and replace all instances of *<REPLACE_ME_WITH_HOST_SUFFIX>* with *traefik.MY_CUSTOM_DOMAIN* using your domain for *MY_CUSTOM_DOMAIN*. Also replace *kubernetes.io/ingress.class: traefik-azds # Dev Spaces-specific* with *kubernetes.io/ingress.class: traefik # Custom Ingress*. Below is an example of an updated `values.yaml` file:
96
+
Open [values.yaml][values-yaml] and make the following updates:
97
+
* Replace all instances of *<REPLACE_ME_WITH_HOST_SUFFIX>* with *traefik.MY_CUSTOM_DOMAIN* using your domain for *MY_CUSTOM_DOMAIN*.
98
+
* Replace *kubernetes.io/ingress.class: traefik-azds # Dev Spaces-specific* with *kubernetes.io/ingress.class: traefik # Custom Ingress*.
99
+
100
+
Below is an example of an updated `values.yaml` file:
94
101
95
102
```yaml
96
103
# This is a YAML-formatted file.
@@ -144,6 +151,9 @@ http://dev.gateway.traefik.MY_CUSTOM_DOMAIN/ Available
144
151
145
152
Navigate to the *bikesharingweb* service by opening the public URL from the `azds list-uris` command. In the above example, the public URL for the *bikesharingweb* service is `http://dev.bikesharingweb.traefik.MY_CUSTOM_DOMAIN/`.
146
153
154
+
> [!NOTE]
155
+
> If you see an error page instead of the *bikesharingweb* service, verify you updated **both** the *kubernetes.io/ingress.class* annotation and the host in the *values.yaml* file.
156
+
147
157
Use the `azds space select` command to create a child space under *dev* and list the URLs to access the child dev space.
0 commit comments