aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/aai/components/aai-resources/templates/deployment.yaml
diff options
context:
space:
mode:
authorLukasz Rajewski <lukasz.rajewski@t-mobile.pl>2024-04-12 06:34:21 +0000
committerGerrit Code Review <gerrit@onap.org>2024-04-12 06:34:21 +0000
commit53fe20dc15c0e23c27bee5c1450340e454b8945b (patch)
treeb0c24f201cc239959f2784545b52fb264ac7def0 /kubernetes/aai/components/aai-resources/templates/deployment.yaml
parent3c9a839dec53d453bd86692ae7ba08bc116bd12b (diff)
parentee119102020f1dc6044f686c748a37ff0e7487de (diff)
Merge "[COMMON] Update all ReadinessChecks"
Diffstat (limited to 'kubernetes/aai/components/aai-resources/templates/deployment.yaml')
-rw-r--r--kubernetes/aai/components/aai-resources/templates/deployment.yaml10
1 files changed, 3 insertions, 7 deletions
diff --git a/kubernetes/aai/components/aai-resources/templates/deployment.yaml b/kubernetes/aai/components/aai-resources/templates/deployment.yaml
index bd642f3ed3..122e522bb1 100644
--- a/kubernetes/aai/components/aai-resources/templates/deployment.yaml
+++ b/kubernetes/aai/components/aai-resources/templates/deployment.yaml
@@ -105,13 +105,9 @@ spec:
- --job-name
- {{ include "common.release" . }}-aai-graphadmin-create-db-schema
{{- else }}
- - --app-name
- {{- if .Values.global.cassandra.localCluster }}
- - aai-cassandra
- {{- else }}
- - cassandra
- {{- end }}
- - --container-name
+ - --service-name
+ - {{ .Values.global.cassandra.serviceName }}
+ - --service-name
- aai-schema-service
{{- end }}
{{- end }}