summaryrefslogtreecommitdiffstats
path: root/kubernetes/dcaegen2
diff options
context:
space:
mode:
authorAlexis de Talhouët <adetalhouet89@gmail.com>2018-01-23 11:04:43 -0500
committerAlexis de Talhouët <adetalhouet89@gmail.com>2018-01-23 13:58:42 -0500
commitf6c0855f03b99fcca9f411370221fe9ffa48e889 (patch)
tree079b0a6f1a3a5ed7ae5b8001a0650911ee697874 /kubernetes/dcaegen2
parentbbfe29d8cabfd347fa75e947a5753f7aa9a24177 (diff)
Do not cache host resolution in DCAEGEN2 nginx
And fix DNS Designate proxy setup Change-Id: I46c265ba8f66f81503b8cdc8c0f90f9e5956da86 Issue-ID: OOM-608 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
Diffstat (limited to 'kubernetes/dcaegen2')
-rw-r--r--kubernetes/dcaegen2/templates/nginx-service.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/kubernetes/dcaegen2/templates/nginx-service.yaml b/kubernetes/dcaegen2/templates/nginx-service.yaml
index 68fe058f89..21dbb04b14 100644
--- a/kubernetes/dcaegen2/templates/nginx-service.yaml
+++ b/kubernetes/dcaegen2/templates/nginx-service.yaml
@@ -28,6 +28,10 @@ spec:
port: 80
targetPort: 80
nodePort: 30604
+ - name: multicloud-tinanium
+ port: 9005
+ targetPort: 9005
+ nodePort: 30605
selector:
app: nginx
type: LoadBalancer