File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
charts/eric-oss-hello-world-python-app/templates Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 3939 {{- if not (semverCompare ">=1.30.0" .Capabilities.KubeVersion.GitVersion) }}
4040 container.apparmor.security.beta.kubernetes.io/eric-oss-hello-world-python-app : {{ include "eric-oss-hello-world-python-app.appArmorProfileAnnotation" . | default "runtime/default" }}
4141 {{- end }}
42- prometheus.io/port : " {{ .Values.service. port }}"
42+ prometheus.io/port : ' {{ index .Values.service "http- port" }}'
4343 prometheus.io/scrape : " {{ .Values.prometheus.scrape }}"
4444 prometheus.io/path : " {{ .Values.prometheus.path }}"
4545{{- include "eric-oss-hello-world-python-app.product-info" . | indent 8 }}
Original file line number Diff line number Diff line change 2525 matchLabels :
2626 app : eric-pm-server
2727 ports :
28- - port : {{ .Values.service.port }}
28+ - protocol : TCP
29+ port : {{ index .Values.service "http-port" }}
30+ - protocol : TCP
31+ port : {{ index .Values.service "https-port" }}
2932
You can’t perform that action at this time.
0 commit comments