Skip to content

Commit

Permalink
change db type for testing #21
Browse files Browse the repository at this point in the history
  • Loading branch information
goseind committed Feb 6, 2023
1 parent f89df4d commit 7affdb7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions iac/tf/cluster/jhub/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,12 @@

hub:
db:
pvc:
storageClassName: manila-meyrin-cephfs
type: sqlite-memory # change to postgres ref.: https://z2jh.jupyter.org/en/stable/resources/reference.html?highlight=database#hub-db-type

proxy:
service:
type: LoadBalancer
loadBalancerIP: # ref.: openstack loadbalancer create --name kube_service_8d85602e-7816-4153-b85b-ea86586e47c1_jhub_proxy-public --vip-network-id 798d00f3-2af9-48a0-a7c3-a26d909a2d64
loadBalancerIP: 137.138.226.78 # ref.: openstack loadbalancer create --name kube_service_8d85602e-7816-4153-b85b-ea86586e47c1_jhub_proxy-public --vip-network-id 798d00f3-2af9-48a0-a7c3-a26d909a2d64
annotations:
loadbalancer.openstack.org/network-id: "798d00f3-2af9-48a0-a7c3-a26d909a2d64"
service.beta.kubernetes.io/openstack-internal-load-balancer: "true"
Expand Down

0 comments on commit 7affdb7

Please sign in to comment.