Skip to content

Commit

Permalink
Cleanup (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
danduk82 authored Mar 14, 2023
1 parent 2f495ea commit 4389751
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 37 deletions.
4 changes: 4 additions & 0 deletions examples/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Examples

To run these examples, you will install a local k8s on your machine, also a PG database and an NFS mount.

## Setup a local K3D cluster

### install kubectl
Expand Down
37 changes: 0 additions & 37 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,43 +85,6 @@ common-generic-stuff: &common-generic-stuff
nodeSelector: {}
affinity: {}

rabbitmq:
enabled: true
resources:
limits:
cpu: 2
memory: 2Gi
requests:
cpu: 0.1
memory: 512Mi

image:
registry: docker.io
repository: bitnami/rabbitmq
tag: 3.9.13-debian-10-r14
auth:
username: geoserver
persistence:
enabled: false

postgresql:
enabled: true
fromSecret:
enabled: false
persistence:
enabled: false
tls:
enabled: true
autoGenerated: true
servicePort: '5432'
postgresqlDatabase: 'config'
postgresqlUsername: 'username'
postgresqlPassword: 'password'

volumePermissions:
enabled: true


geoserver:
ingress:
enabled: false
Expand Down

0 comments on commit 4389751

Please sign in to comment.