Edit envs and remove tests

This commit is contained in:
Ildar Iskhakov 2022-06-21 16:13:29 +03:00
parent bcf9247c59
commit 622bc4eb06
2 changed files with 2 additions and 15 deletions

View file

@ -19,6 +19,8 @@
value: "admin"
- name: OSS
value: "True"
- name: UWSGI_LISTEN
value: "1024"
{{- end }}
{{- define "snippet.celery.env" -}}

View file

@ -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