Browse Source

Merge pull request #34 from dotnet-architecture/dev

upd fork
pull/1934/head
Taras Kovalenko 6 years ago
committed by GitHub
parent
commit
d7f14447ed
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 4 additions and 4 deletions
  1. BIN
      docs/Serverless-apps-Architecture-patterns-and-Azure-implementation-(Microsoft-eBook).epub
  2. BIN
      docs/Serverless-apps-Architecture-patterns-and-Azure-implementation-(Microsoft-for-Kindle).mobi
  3. BIN
      docs/Serverless-apps-Architecture-patterns-and-Azure-implementation-(Microsoft-for-eReader).pdf
  4. +1
    -1
      k8s/helm/apigwmm/values.yaml
  5. +1
    -1
      k8s/helm/apigwms/values.yaml
  6. +1
    -1
      k8s/helm/apigwwm/values.yaml
  7. +1
    -1
      k8s/helm/apigwws/values.yaml

BIN
docs/Serverless-apps-Architecture-patterns-and-Azure-implementation-(Microsoft-eBook).epub View File


BIN
docs/Serverless-apps-Architecture-patterns-and-Azure-implementation-(Microsoft-for-Kindle).mobi View File


BIN
docs/Serverless-apps-Architecture-patterns-and-Azure-implementation-(Microsoft-for-eReader).pdf View File


+ 1
- 1
k8s/helm/apigwmm/values.yaml View File

@ -30,7 +30,7 @@ env:
urls:
# configmap declares variables which value is taken from the config map defined in template configmap.yaml (name is name of var and key the key in configmap).
configmap:
- name: urls__identity
- name: IdentityUrl
key: internalurls__identity
# values define environment variables with a fixed value (no configmap involved) (name is name of var, and value is its value)
values:


+ 1
- 1
k8s/helm/apigwms/values.yaml View File

@ -30,7 +30,7 @@ env:
urls:
# configmap declares variables which value is taken from the config map defined in template configmap.yaml (name is name of var and key the key in configmap).
configmap:
- name: urls__identity
- name: IdentityUrl
key: internalurls__identity
# values define environment variables with a fixed value (no configmap involved) (name is name of var, and value is its value)
values:


+ 1
- 1
k8s/helm/apigwwm/values.yaml View File

@ -30,7 +30,7 @@ env:
urls:
# configmap declares variables which value is taken from the config map defined in template configmap.yaml (name is name of var and key the key in configmap).
configmap:
- name: urls__identity
- name: IdentityUrl
key: internalurls__identity
# values define environment variables with a fixed value (no configmap involved) (name is name of var, and value is its value)
values:


+ 1
- 1
k8s/helm/apigwws/values.yaml View File

@ -30,7 +30,7 @@ env:
urls:
# configmap declares variables which value is taken from the config map defined in template configmap.yaml (name is name of var and key the key in configmap).
configmap:
- name: urls__identity
- name: IdentityUrl
key: internalurls__identity
# values define environment variables with a fixed value (no configmap involved) (name is name of var, and value is its value)
values:


Loading…
Cancel
Save