Commit f240b589 authored by Giuseppe Tudisco's avatar Giuseppe Tudisco
Browse files

gatekeeper: add soda and preparedata

parent 50fbe6ef
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -62,6 +62,20 @@ gatekeeper:
      ingress_host: "gatekeeper.itsrc.ext.cineca.it" # host domain the Ingress rules will apply to
      port: 8080
      uuid: "5a03fafb-a0a7-408e-af1d-3f9ef7ae35e3" # generated by the site capabilities catalogue, corresponding entry must exist in iam
    - route: "/soda"
      namespace: soda
      prefix: "http://"
      service_name: "ska-src-soda"
      ingress_host: "gatekeeper.itsrc.ext.cineca.it"
      port: 8080
      uuid: "6daaebe1-85f3-47c2-b3cc-53bc87f7b91a"
    - route: "/preparedata"
      namespace: preparedata
      prefix: "http://"
      service_name: "core"
      ingress_host: "gatekeeper.itsrc.ext.cineca.it"
      port: 8000
      uuid: "b8e92a0f-28fb-48ae-8513-4c96764ee828"
ingress-nginx:
  controller:
    replicaCount: 1