Skip to content
Snippets Groups Projects
Commit 41204626 authored by RKGarcia's avatar RKGarcia
Browse files

Adjustments to ingress and rabbitmq rbac for gamma-geosphere-test

parent db881dd0
No related branches found
No related tags found
No related merge requests found
ingress:
enabled: true
className: nginx
annotations:
ingress.kubernetes.io/ssl-redirect: "true"
# annotations:
# ingress.kubernetes.io/ssl-redirect: "true"
hosts:
- host: geosphere.ssec.wisc.edu
- host: geosphere-test.ssec.wisc.edu
paths:
- path: "/"
pathType: ImplementationSpecific
......
#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
clustering:
enabled: false
......@@ -26,23 +26,17 @@ seed:
seedArgs: "-z 0,3"
ingress:
enabled: true
annotations:
ingress.kubernetes.io/ssl-redirect: "true"
# annotations:
# ingress.kubernetes.io/ssl-redirect: "true"
hosts:
- host: gamma-test1.ssec.wisc.edu
paths: ["/mapcache"]
paths:
- path: "/mapcache"
pathType: ImplementationSpecific
- host: gamma-test2.ssec.wisc.edu
paths: ["/mapcache"]
# - host: gamma-test3.ssec.wisc.edu
# paths: ["/mapcache"]
# - host: geosphere1.ssec.wisc.edu
# paths: ["/mapcache"]
# - host: geosphere2.ssec.wisc.edu
# paths: ["/mapcache"]
# - host: geosphere3.ssec.wisc.edu
# paths: ["/mapcache"]
# - host: geosphere4.ssec.wisc.edu
# paths: ["/mapcache"]
paths:
- path: "/mapcache"
pathType: ImplementationSpecific
# tls:
# - hosts:
# - "geosphere.ssec.wisc.edu"
......
......@@ -11,13 +11,17 @@ database:
postgresPasswordSecret: "geosphere-postgis-postgresql"
ingress:
enabled: true
annotations:
nginx.ingress.kubernetes.io/ssl-redirect: "false"
# annotations:
# nginx.ingress.kubernetes.io/ssl-redirect: "false"
# ingress.kubernetes.io/ssl-redirect: "true"
hosts:
- host: gamma-test1.ssec.wisc.edu
paths: ["/wms", "/wms_times"]
# the test site uses the production WMS server
paths:
- path: "/wms"
pathType: ImplementationSpecific
- path: "/wms_times"
pathType: ImplementationSpecific
# the test site uses the production WMS server
# - host: geosphere-test.ssec.wisc.edu
# paths: ["/wms", "/wms_times"]
# tls:
......
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