This website works better with JavaScript.
Home
Explore
Help
Sign In
ayan.poddar
/
eShopOnContainers
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
19
Wiki
Activity
Browse Source
Fixes for AKS
pull/1857/head
Nish Anil
3 years ago
parent
50f4a97a94
commit
080a33bab8
2 changed files
with
6 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
deploy/k8s/helm/apigwws/envoy.yaml
+5
-1
deploy/k8s/helm/apigwws/templates/deployment.yaml
+ 1
- 1
deploy/k8s/helm/apigwws/envoy.yaml
View File
@ -9,7 +9,7 @@ static_resources:
-
address:
socket_address:
address
:
0.0
.0
.0
port_value
:
80
port_value
:
80
80
filter_chains:
-
filters:
-
name
:
envoy.filters.network.http_connection_manager
+ 5
- 1
deploy/k8s/helm/apigwws/templates/deployment.yaml
View File
@ -26,6 +26,10 @@ spec:
linkerd.io/inject
:
enabled
{{-
end }}
spec:
securityContext:
runAsUser
:
2000
runAsGroup
:
3000
fsGroup
:
2000
{{
if .Values.inf.registry -}}
imagePullSecrets:
-
name
:
{{
.Values.inf.registry.secretName }}
@ -87,7 +91,7 @@ spec:
{{-
end }}
ports:
-
name
:
http
containerPort
:
80
containerPort
:
80
80
protocol
:
TCP
-
name
:
admin
containerPort
:
8001
Write
Preview
Loading…
Cancel
Save