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

Removed geoserver from the chart #82

Merged
merged 4 commits into from
Dec 6, 2023
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
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ annotations:
- name: Helm Chart
url: https://github.com/IN-CORE/incore-helm
artifacthub.io/changes: |
- IN-CORE release 4.7.0
- Removed Geoserver from the Chart
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@ For an example of using existing PVC, see the file [incore-pvc.yaml](incore-pvc.

## ChangeLog

### Unreleased
- Removed Geoserver from the chart

### 1.21.0
- IN-CORE release 4.7.0

Expand Down
1 change: 0 additions & 1 deletion templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ Playbooks:

Support:
- DataWolf : {{ .Values.datawolf.image.tag | default .Subcharts.datawolf.Chart.AppVersion }}
- Geoserver : {{ .Values.geoserver.image.repository }}:{{ .Values.geoserver.image.tag }}
- Postgresql : {{ .Values.postgresql.image.tag | default .Subcharts.postgresql.Chart.AppVersion }}
- Keycloak : {{ .Values.keycloak.image.tag | default .Subcharts.keycloak.Chart.AppVersion }}
- MongoDB : {{ .Values.mongodb.image.tag | default .Subcharts.mongodb.Chart.AppVersion }}
Expand Down
87 changes: 0 additions & 87 deletions templates/geoserver/deployment.yaml

This file was deleted.

38 changes: 0 additions & 38 deletions templates/geoserver/ingress.yaml

This file was deleted.

19 changes: 0 additions & 19 deletions templates/geoserver/persistence.yaml

This file was deleted.

18 changes: 0 additions & 18 deletions templates/geoserver/service.yaml

This file was deleted.

19 changes: 4 additions & 15 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -491,25 +491,14 @@ maestro_usersync:
# ----------------------------------------------------------------------
# GEOSERVER CONFIGURATION
# ----------------------------------------------------------------------
# These are not the values for the geoserver delployment
# but rather the values for the incore services that depend on geoserver
geoserver:
enabled : true
username: admin
password: incorerocks
password: password
workspace: incore
url: http://incore-geoserver:8080/geoserver/
replicas: 1
image:
repository: docker.osgeo.org/geoserver
tag: 2.23.1
service:
type: ClusterIP
port: 8080
persistence:
#existingClaim:
size: 2Ti
whitelist: incore.example.com
envs:
extraJavaOpts: "-Xms512m -Xmx1g"
url: http://geoserver:8080/geoserver/

# ----------------------------------------------------------------------
# MONGODB
Expand Down