Browse Source

trying mvc azds config

pull/1004/head
eiximenis 5 years ago
parent
commit
1427fe8b7c
2 changed files with 3 additions and 3 deletions
  1. +0
    -3
      src/Web/WebMVC/azds.yaml
  2. +3
    -0
      src/Web/WebMVC/values.dev.yaml

+ 0
- 3
src/Web/WebMVC/azds.yaml View File

@ -16,9 +16,6 @@ install:
hosts:
# This expands to [space.s.]webmvc.<guid>.<region>.aksapp.io
- $(spacePrefix)webmvc$(hostSuffix)
inf:
k8s:
dns: $(spacePrefix)identity-api$(hostSuffix)
values:
- values.dev.yaml?
- secrets.dev.yaml?


+ 3
- 0
src/Web/WebMVC/values.dev.yaml View File

@ -0,0 +1,3 @@
inf:
k8s:
dns: $(spacePrefix)identity-api$(hostSuffix)

Loading…
Cancel
Save