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
754f8280
Commit
754f8280
authored
5 years ago
by
Rajesh
Browse files
Options
Download
Patches
Plain Diff
Adding namespace in nginx
parent
40b993e3
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
-0
...harts/core/nginx-private-ingress/templates/configMap.yaml
kubernetes/helm_charts/core/nginx-private-ingress/templates/deployment.yaml
+4
-4
...arts/core/nginx-private-ingress/templates/deployment.yaml
with
5 additions
and
4 deletions
+5
-4
kubernetes/helm_charts/core/nginx-private-ingress/templates/configMap.yaml
+
1
−
0
View file @
754f8280
...
@@ -22,3 +22,4 @@ kind: ConfigMap
...
@@ -22,3 +22,4 @@ kind: ConfigMap
metadata
:
metadata
:
creationTimestamp
:
null
creationTimestamp
:
null
name
:
private-ingress.conf
name
:
private-ingress.conf
namespace
:
{{
.Values.namespace
}}
This diff is collapsed.
Click to expand it.
kubernetes/helm_charts/core/nginx-private-ingress/templates/deployment.yaml
+
4
−
4
View file @
754f8280
...
@@ -12,10 +12,6 @@ spec:
...
@@ -12,10 +12,6 @@ spec:
metadata
:
metadata
:
labels
:
labels
:
app
:
private-ingress
app
:
private-ingress
volumes
:
-
name
:
config-volume
configMap
:
name
:
private-ingress.conf
spec
:
spec
:
containers
:
containers
:
-
name
:
name
-
name
:
name
...
@@ -31,6 +27,10 @@ spec:
...
@@ -31,6 +27,10 @@ spec:
name
:
config-volume
name
:
config-volume
subPath
:
default.conf
subPath
:
default.conf
readOnly
:
true
readOnly
:
true
volumes
:
-
name
:
config-volume
configMap
:
name
:
private-ingress.conf
---
---
apiVersion
:
v1
apiVersion
:
v1
kind
:
Service
kind
:
Service
...
...
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