From 4c9fa36983c350436eab0bf480d9786c5650c3c5 Mon Sep 17 00:00:00 2001 From: Evan Morris Date: Fri, 21 Apr 2023 13:24:01 -0400 Subject: [PATCH] removing http proxy, not needed anymore, bumping image version for next release --- helm/data-services/renci-values.yaml | 5 +---- helm/data-services/templates/graph-builder.yaml | 8 -------- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/helm/data-services/renci-values.yaml b/helm/data-services/renci-values.yaml index f601405c..cd5f0ce8 100644 --- a/helm/data-services/renci-values.yaml +++ b/helm/data-services/renci-values.yaml @@ -13,7 +13,7 @@ dataServices: image: repository: ghcr.io/robokopu24/orion pullPolicy: IfNotPresent - tag: v1.0.7 + tag: v1.0.7-2 graphsVolume: use_nfs: true nfs_server: na-projects.edc.renci.org @@ -40,9 +40,6 @@ dataServices: cpu: "2500m" memory: 32Gi ephemeral-storage: 1Gi - httpsProxy: - useProxy: true - proxyURL: http://proxy.renci.org:8080/ securityContext: runAsUser: 30000 runAsGroup: 1000 diff --git a/helm/data-services/templates/graph-builder.yaml b/helm/data-services/templates/graph-builder.yaml index 05324b87..86280673 100644 --- a/helm/data-services/templates/graph-builder.yaml +++ b/helm/data-services/templates/graph-builder.yaml @@ -60,10 +60,6 @@ spec: value: ds-password - name: DATA_SERVICES_OUTPUT_URL value: {{ .Values.dataServices.outputURL }} - {{- if .Values.dataServices.httpsProxy.useProxy }} - - name: HTTPS_PROXY - value: {{ .Values.dataServices.httpsProxy.proxyURL }} - {{- end }} {{- if .Values.dataServices.normalization.nodeNormEndpoint }} - name: NODE_NORMALIZATION_ENDPOINT value: {{ .Values.dataServices.normalization.nodeNormEndpoint }} @@ -134,10 +130,6 @@ spec: value: ds-password - name: DATA_SERVICES_OUTPUT_URL value: {{ .Values.dataServices.outputURL }} - {{- if .Values.dataServices.httpsProxy.useProxy }} - - name: HTTPS_PROXY - value: {{ .Values.dataServices.httpsProxy.proxyURL }} - {{- end }} {{- if .Values.dataServices.normalization.nodeNormEndpoint }} - name: NODE_NORMALIZATION_ENDPOINT value: {{ .Values.dataServices.normalization.nodeNormEndpoint }}