Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove extractorapp and mapfishapp #106

Merged
merged 2 commits into from
Aug 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -147,14 +139,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
Loading