diff --git a/helm/DELETE.txt b/helm/DELETE.txt new file mode 100644 index 0000000000000000000000000000000000000000..2d030d7bc1bbfbdee332aaf691447b30cdea375b --- /dev/null +++ b/helm/DELETE.txt @@ -0,0 +1 @@ +delete me diff --git a/helm/capif/values.yaml b/helm/capif/values.yaml index 43083490092bc0e0656336ab460db9d3feaa5d45..8b9a9201a2ff2fb56b4b99f9a25c0e679b9c1cb8 100644 --- a/helm/capif/values.yaml +++ b/helm/capif/values.yaml @@ -36,7 +36,7 @@ accessControlPolicy: CapifClient: # -- If enable capif client. - enable: "true" + enable: "" image: # -- The docker image repository to use repository: "public.ecr.aws/o2v4a8t6/opencapif/client" @@ -607,7 +607,7 @@ monitoring: prometheus: # -- With prometheus.enabled: "". It won't be deployed. prometheus.enable: "true" # -- It will deploy prometheus - enable: "true" + enable: "" image: # -- The docker image repository to use repository: "prom/prometheus" @@ -636,7 +636,7 @@ monitoring: # kubernetes.io/ingress.class: nginx # kubernetes.io/tls-acme: "true" hosts: - - host: prometheus.5gnacar.int + - host: prometheus.test.int paths: - path: / pathType: Prefix @@ -647,7 +647,7 @@ monitoring: # -- If ingressRoute enable=true, use monitoring.prometheus.ingress.enabled="" ingressRoute: enable: "" - host: prometheus.5gnacar.int + host: prometheus.test.int grafana: image: # -- The docker image repository to use @@ -686,7 +686,7 @@ monitoring: # kubernetes.io/ingress.class: nginx # kubernetes.io/tls-acme: "true" hosts: - - host: grafana.5gnacar.int + - host: grafana.test.int paths: - path: / pathType: Prefix diff --git a/services/register/pytest.ini b/services/register/pytest.ini new file mode 100644 index 0000000000000000000000000000000000000000..62fc4e2aa1169ef0638ebceab8d77e0cabe9d67a --- /dev/null +++ b/services/register/pytest.ini @@ -0,0 +1,4 @@ +# content of pytest.ini +[pytest] +python_files = register_services/config.py +