Skip to content
Snippets Groups Projects
Verified Commit 913b46c5 authored by David Hoese's avatar David Hoese
Browse files

Update AWS deployment to use cheaper storage options for geotiff storage

parent 68712e6a
No related branches found
No related tags found
No related merge requests found
......@@ -9,4 +9,4 @@ spec:
resources:
requests:
storage: 4Ti
storageClassName: "gp2"
storageClassName: "sc1"
#rabbitmq:
# configuration: |-
# ## Clustering
# cluster_formation.peer_discovery_backend = rabbit_peer_discovery_k8s
# cluster_formation.k8s.host = kubernetes.default.svc.cluster.local
# cluster_formation.node_cleanup.interval = 10
# cluster_formation.node_cleanup.only_log_warning = true
# cluster_partition_handling = autoheal
# # queue master locator
# queue_master_locator=min-masters
# # enable guest user
# loopback_users.guest = false
#rbac:
# create: false
rbac:
create: false
clustering:
enabled: false
persistence:
enabled: false
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment