We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d058d5 commit 1427fe8Copy full SHA for 1427fe8
2 files changed
src/Web/WebMVC/azds.yaml
@@ -16,9 +16,6 @@ install:
16
hosts:
17
# This expands to [space.s.]webmvc.<guid>.<region>.aksapp.io
18
- $(spacePrefix)webmvc$(hostSuffix)
19
- inf:
20
- k8s:
21
- dns: $(spacePrefix)identity-api$(hostSuffix)
22
values:
23
- values.dev.yaml?
24
- secrets.dev.yaml?
src/Web/WebMVC/values.dev.yaml
@@ -0,0 +1,3 @@
1
+inf:
2
+ k8s:
3
+ dns: $(spacePrefix)identity-api$(hostSuffix)
0 commit comments