Commit 754f8280 authored by Rajesh's avatar Rajesh
Browse files

Adding namespace in nginx

No related merge requests found
Showing with 5 additions and 4 deletions
+5 -4
...@@ -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 }}
...@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment