Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
uphrh-sb-devops
Commits
47bd1d6c
Commit
47bd1d6c
authored
5 years ago
by
Rajesh
Browse files
Options
Download
Patches
Plain Diff
fixing configmap mount for private nginx ingress
parent
754f8280
3node-prior-rebase-2-5
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
kubernetes/helm_charts/core/nginx-private-ingress/templates/configMap.yaml
+1
-1
...harts/core/nginx-private-ingress/templates/configMap.yaml
kubernetes/helm_charts/core/nginx-private-ingress/templates/deployment.yaml
+1
-1
...arts/core/nginx-private-ingress/templates/deployment.yaml
with
2 additions
and
2 deletions
+2
-2
kubernetes/helm_charts/core/nginx-private-ingress/templates/configMap.yaml
+
1
−
1
View file @
47bd1d6c
...
@@ -7,7 +7,7 @@ data:
...
@@ -7,7 +7,7 @@ data:
location /learner/ {
location /learner/ {
rewrite ^/learner/(.*) /$1 break;
rewrite ^/learner/(.*) /$1 break;
proxy_pass http://learner;
proxy_pass http://learner
-service:9000
;
}
}
location /api/ {
location /api/ {
rewrite ^/api/(.*) /$1 break;
rewrite ^/api/(.*) /$1 break;
...
...
This diff is collapsed.
Click to expand it.
kubernetes/helm_charts/core/nginx-private-ingress/templates/deployment.yaml
+
1
−
1
View file @
47bd1d6c
...
@@ -23,7 +23,7 @@ spec:
...
@@ -23,7 +23,7 @@ spec:
ports
:
ports
:
-
containerPort
:
80
-
containerPort
:
80
volumeMounts
:
volumeMounts
:
-
mountPath
:
/etc/nginx/conf.d/
-
mountPath
:
/etc/nginx/conf.d/
default.conf
name
:
config-volume
name
:
config-volume
subPath
:
default.conf
subPath
:
default.conf
readOnly
:
true
readOnly
:
true
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets