From 534e81a280590d5ab7a6ddc8fde81d138fbca72a Mon Sep 17 00:00:00 2001 From: sido Date: Mon, 25 Jun 2018 22:22:53 +0200 Subject: [PATCH] add ingress kubernetes proxy-body-size --- nexus/v1.0.0/templates/ingress.yaml | 4 ++-- nexus/v1.0.0/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nexus/v1.0.0/templates/ingress.yaml b/nexus/v1.0.0/templates/ingress.yaml index 9df4d02..d031211 100644 --- a/nexus/v1.0.0/templates/ingress.yaml +++ b/nexus/v1.0.0/templates/ingress.yaml @@ -25,8 +25,8 @@ spec: paths: - path: {{ default "/" .path }} backend: - serviceName: httpd - servicePort: 80 + serviceName: {{ .Values.httpd.name }} + servicePort: {{ .Values.httpd.port }} {{- if .tls }} tls: - hosts: diff --git a/nexus/v1.0.0/values.yaml b/nexus/v1.0.0/values.yaml index c5b4b12..68d65e5 100644 --- a/nexus/v1.0.0/values.yaml +++ b/nexus/v1.0.0/values.yaml @@ -7,7 +7,7 @@ replicaCount: 1 environment: production service: - type: ClusterIP + type: NodePort port: 80 nexus: