diff --git a/helm/oncall/templates/_env.tpl b/helm/oncall/templates/_env.tpl index db8b3e14..d5b881f2 100644 --- a/helm/oncall/templates/_env.tpl +++ b/helm/oncall/templates/_env.tpl @@ -19,6 +19,8 @@ value: "admin" - name: OSS value: "True" +- name: UWSGI_LISTEN + value: "1024" {{- end }} {{- define "snippet.celery.env" -}} diff --git a/helm/oncall/templates/tests/test-connection.yaml b/helm/oncall/templates/tests/test-connection.yaml deleted file mode 100644 index fc82b110..00000000 --- a/helm/oncall/templates/tests/test-connection.yaml +++ /dev/null @@ -1,15 +0,0 @@ -apiVersion: v1 -kind: Pod -metadata: - name: "{{ include "oncall.fullname" . }}-test-connection" - labels: - {{- include "oncall.labels" . | nindent 4 }} - annotations: - "helm.sh/hook": test -spec: - containers: - - name: wget - image: busybox - command: ['wget'] - args: ['{{ include "oncall.fullname" . }}:{{ .Values.service.port }}'] - restartPolicy: Never