File tree 1 file changed +0
-18
lines changed
1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -106,24 +106,6 @@ spec:
106
106
args : ['http://{{ include "georchestra.fullname" . }}-header-svc:8080/header/']
107
107
restartPolicy : Never
108
108
{{- end }}
109
- {{- if .Values.georchestra.webapps.mapfishapp.enabled -}}
110
- ---
111
- apiVersion : v1
112
- kind : Pod
113
- metadata :
114
- name : " {{ include " georchestra.fullname" . }}-test-mapfishapp"
115
- labels :
116
- {{- include "georchestra.labels" . | nindent 4 }}
117
- org.georchestra.pod/purpose : test
118
- annotations :
119
- " helm.sh/hook " : test
120
- spec :
121
- containers :
122
- - name : curl
123
- image : curlimages/curl
124
- args : ['http://{{ include "georchestra.fullname" . }}-mapfishapp-svc:8080/mapfishapp/']
125
- restartPolicy : Never
126
- {{- end }}
127
109
{{- if .Values.georchestra.webapps.mapstore.enabled -}}
128
110
---
129
111
apiVersion : v1
You can’t perform that action at this time.
0 commit comments