X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=helm%2Finfrastructure%2Fsubcharts%2Fkong%2Fci%2Ftest3-values.yaml;h=76c5f359a3b1d09321d669c2e04e2600efd9ef8c;hb=75c0de3cae4b58e001f7ec715f13f82ded10e678;hp=3b4f58e63cb968d6f94a8f7016c30116ea630940;hpb=dbbf31ae9bcdac04367bf8644a380c87ce155570;p=ric-plt%2Fric-dep.git diff --git a/helm/infrastructure/subcharts/kong/ci/test3-values.yaml b/helm/infrastructure/subcharts/kong/ci/test3-values.yaml index 3b4f58e..76c5f35 100644 --- a/helm/infrastructure/subcharts/kong/ci/test3-values.yaml +++ b/helm/infrastructure/subcharts/kong/ci/test3-values.yaml @@ -4,25 +4,38 @@ ingressController: enabled: false # - disable DB for kong env: + anonymous_reports: "off" database: "off" postgresql: enabled: false -# - supply DBless config for kong +deployment: + initContainers: + - name: "bash" + image: "bash:latest" + command: ["/bin/sh", "-c", "true"] + resources: + limits: + cpu: "100m" + memory: "64Mi" + requests: + cpu: "100m" + memory: "64Mi" + volumeMounts: + - name: "tmpdir" + mountPath: "/opt/tmp" + userDefinedVolumes: + - name: "tmpdir" + emptyDir: {} + userDefinedVolumeMounts: + - name: "tmpdir" + mountPath: "/opt/tmp" dblessConfig: - # Or the configuration is passed in full-text below - config: + config: | _format_version: "1.1" services: - - name: test-svc + - name: example.com url: http://example.com routes: - - name: test + - name: example paths: - - /test - plugins: - - name: request-termination - config: - status_code: 200 - message: "dbless-config" -proxy: - type: NodePort + - "/example"