Move Kong to infra deployment
[it/dep.git] / ric-platform / 50-RIC-Platform / helm / kong / charts / kong / ci / loadbalancer-values.yaml
diff --git a/ric-platform/50-RIC-Platform/helm/kong/charts/kong/ci/loadbalancer-values.yaml b/ric-platform/50-RIC-Platform/helm/kong/charts/kong/ci/loadbalancer-values.yaml
deleted file mode 100755 (executable)
index eb2a7b9..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-# CI test for LoadBalancer admin/proxy types
-
-admin:
-  useTLS: true
-  type: LoadBalancer
-  loadBalancerSourceRanges:
-    - 192.168.1.1/32
-    - 10.10.10.10/32
-
-proxy:
-  useTLS: true
-  type: LoadBalancer
-  loadBalancerSourceRanges:
-    - 192.168.1.1/32
-    - 10.10.10.10/32
-
-readinessProbe:
-  httpGet:
-    path: "/status"
-    port: admin
-    scheme: HTTPS
-  initialDelaySeconds: 30
-  timeoutSeconds: 1
-  periodSeconds: 10
-  successThreshold: 1
-  failureThreshold: 5
-
-livenessProbe:
-  httpGet:
-    path: "/status"
-    port: admin
-    scheme: HTTPS
-  initialDelaySeconds: 30
-  timeoutSeconds: 5
-  periodSeconds: 30
-  successThreshold: 1
-  failureThreshold: 5
-
-postgresql:
-  enabled: true
-  postgresUser: kong
-  postgresDatabase: kong
-  service:
-    port: 5432