1# Default values for geoserver.
2# This is a YAML-formatted file.
3# Declare variables to be passed into your templates.
6 repository: cgr.dev/scratch-images/test-tmp/geoserver
7 pullPolicy: IfNotPresent
8 # Overrides the image tag whose default is the chart appVersion.
9 tag: 2.28.3-r5@sha256:2c4ddb6973e5c515b4d744f8bcf9a5478f2a7a4de9dbc44e29fde37f6aa81651
13 # use an existing secret if specified
14 #existingSecret: geoserver-admin-password
15 #passwordKey: geoserver-admin-password
33 - Access-Control-Request-Method
34 - Access-Control-Request-Headers
35 - Access-Control-Allow-Origin
37 allowCredentials: false
54 accessModes: ReadWriteOnce
55 #existingClaim: someclaim
56# the white list is needed for GUI working properly.
57# the value for this should be the main URL for where geoserver get deployed.
58# the values should be only url without http:// or https://, like "geoserver.example.com"
60# the base URL of the GeoServer web app if GeoServer is behind a proxy. Example: https://example.com/geoserver.
62# the following is for the geoserver java memory heap size control
64 extraJavaOpts: "-Xms512m -Xmx2g"
66 # Specifies whether a service account should be created
68 # Annotations to add to the service account
70 # The name of the service account to use.
71 # If not set and create is true, a name is generated using the fullname template
81# readOnlyRootFilesystem: true
91 # kubernetes.io/ingress.class: nginx
92 # kubernetes.io/tls-acme: "true"
94 - host: geoserver.local
96 # - secretName: chart-example-tls
98 # - chart-example.local
100# We usually recommend not to specify default resources and to leave this as a conscious
101# choice for the user. This also increases chances charts run on environments with little
102# resources, such as Minikube. If you do want to specify resources, uncomment the following
103# lines, adjust them as necessary, and remove the curly braces after 'resources:'.