File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
charts/ai-model/templates Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1414 template :
1515 metadata :
1616 labels :
17- {{- include "common.labels" . | nindent 8 }}
18- service : ai-model
17+ {{- include "common.labels" . | nindent 8 }}
18+ service : ai-model
1919 annotations :
2020 checksum/config : ' {{ include (print $.Template.BasePath "/ai-model-cm.yaml") . | sha256sum}}'
2121 spec :
2828 ports :
2929 - containerPort : 8080
3030 resources :
31- {{- toYaml .Values.resources | nindent 12 }}
31+ {{- toYaml .Values.resources | nindent 12 }}
3232 volumeMounts :
3333 - name : config-volume
3434 mountPath : /etc/app
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ metadata:
88spec :
99 selector :
1010 service : ai-model
11- {{- include "common.selectorLabels" . | nindent 4 }}
11+ {{- include "common.selectorLabels" . | nindent 4 }}
1212 ports :
1313 - protocol : TCP
1414 port : 80 # Service port
Original file line number Diff line number Diff line change 55# ######################################
66observability_install_cli () {
77 if ! [ -x " $( command -v sts) " ]; then
8- curl -o- https://dl.stackstate.com/stackstate-cli/install.sh | STS_CLI_LOCATION=/usr/local/bin bash
8+ curl -s - o- https://dl.stackstate.com/stackstate-cli/install.sh | STS_CLI_LOCATION=/usr/local/bin bash
99 else
1010 echo " >>> sts CLI already installed"
1111 fi
You can’t perform that action at this time.
0 commit comments