Skip to content

Commit

Permalink
removing http proxy, not needed anymore,
Browse files Browse the repository at this point in the history
bumping image version for next release
  • Loading branch information
EvanDietzMorris committed Apr 21, 2023
1 parent 702805f commit 4c9fa36
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
5 changes: 1 addition & 4 deletions helm/data-services/renci-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
8 changes: 0 additions & 8 deletions helm/data-services/templates/graph-builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit 4c9fa36

Please sign in to comment.