Skip to content

Commit

Permalink
remove extractorapp and mapfishapp (#106)
Browse files Browse the repository at this point in the history
* remove extractorapp and mapfishapp

* remove tests for mapfishapp
  • Loading branch information
edevosc2c authored Aug 20, 2024
1 parent 7a86024 commit 4f99499
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 215 deletions.
70 changes: 0 additions & 70 deletions templates/extractorapp/extractorapp-deployment.yaml

This file was deleted.

21 changes: 0 additions & 21 deletions templates/extractorapp/extractorapp-svc.yaml

This file was deleted.

69 changes: 0 additions & 69 deletions templates/mapfishapp/mapfishapp-deployment.yaml

This file was deleted.

21 changes: 0 additions & 21 deletions templates/mapfishapp/mapfishapp-svc.yaml

This file was deleted.

18 changes: 0 additions & 18 deletions templates/tests/webapps-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,24 +106,6 @@ spec:
args: ['http://{{ include "georchestra.fullname" . }}-header-svc:8080/header/']
restartPolicy: Never
{{- end }}
{{- if .Values.georchestra.webapps.mapfishapp.enabled -}}
---
apiVersion: v1
kind: Pod
metadata:
name: "{{ include "georchestra.fullname" . }}-test-mapfishapp"
labels:
{{- include "georchestra.labels" . | nindent 4 }}
org.georchestra.pod/purpose: test
annotations:
"helm.sh/hook": test
spec:
containers:
- name: curl
image: curlimages/curl
args: ['http://{{ include "georchestra.fullname" . }}-mapfishapp-svc:8080/mapfishapp/']
restartPolicy: Never
{{- end }}
{{- if .Values.georchestra.webapps.mapstore.enabled -}}
---
apiVersion: v1
Expand Down
16 changes: 0 additions & 16 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,6 @@ georchestra:
# registry_secret: default
service:
annotations: {}
extractorapp:
enabled: false
replicaCount: "1"
docker_image: georchestra/extractorapp:latest
extra_environment: []
# registry_secret: default
service:
annotations: {}
geonetwork:
enabled: true
replicaCount: "1"
Expand Down Expand Up @@ -149,14 +141,6 @@ georchestra:
# registry_secret: default
service:
annotations: {}
mapfishapp:
enabled: false
replicaCount: "1"
docker_image: georchestra/mapfishapp:latest
extra_environment: []
# registry_secret: default
service:
annotations: {}
mapstore:
enabled: true
replicaCount: "1"
Expand Down

0 comments on commit 4f99499

Please sign in to comment.