Folders for components

This commit is contained in:
David Burke 2021-02-12 17:18:07 -05:00
parent 3077a1d304
commit e957cae6de
12 changed files with 63 additions and 61 deletions

View file

@ -5,11 +5,11 @@ metadata:
labels:
{{ include "glitchtip.labels" . | nindent 4 }}
annotations:
"helm.sh/hook": test-success
"helm.sh/hook": test
spec:
containers:
- name: wget
image: busybox
command: ['wget']
args: ['{{ include "glitchtip.fullname" . }}:{{ .Values.service.port }}']
args: ['{{ include "glitchtip.fullname" . }}:{{ .Values.web.service.port }}']
restartPolicy: Never