Folders for components
This commit is contained in:
parent
3077a1d304
commit
e957cae6de
12 changed files with 63 additions and 61 deletions
|
@ -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
|
||||
|
|
Reference in a new issue