3 changed files with 7 additions and 21 deletions
@ -1,6 +1,3 @@ |
|||
env: |
|||
- name: "App__SelfUrl" |
|||
value: "https://eshop-st-public-web" |
|||
- name: "RemoteServices__Default__BaseUrl" |
|||
value: "http://eshop-st-gateway-public-web/" |
|||
|
|||
config: |
|||
selfUrl: "https://eshop-st-public-web" |
|||
gatewayUrl: "http://eshop-st-gateway-public-web/" |
|||
|
|||
@ -1,15 +0,0 @@ |
|||
apiVersion: v1 |
|||
kind: Pod |
|||
metadata: |
|||
name: "{{ include "eshoponabp.fullname" . }}-test-connection" |
|||
labels: |
|||
{{- include "eshoponabp.labels" . | nindent 4 }} |
|||
annotations: |
|||
"helm.sh/hook": test |
|||
spec: |
|||
containers: |
|||
- name: wget |
|||
image: busybox |
|||
command: ['wget'] |
|||
args: ['{{ include "eshoponabp.fullname" . }}:{{ .Values.service.port }}'] |
|||
restartPolicy: Never |
|||
Loading…
Reference in new issue