Skip to content

Commit 9b1dce5

Browse files
committed
Describe service ports with appProtocol
1 parent df04f62 commit 9b1dce5

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

kubernetes/charts/weblogic-operator/templates/_operator-external-svc.tpl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,13 @@ spec:
1919
{{- if .externalRestEnabled }}
2020
- name: "rest"
2121
port: 8081
22+
appProtocol: https
2223
nodePort: {{ .externalRestHttpsPort }}
2324
{{- end }}
2425
{{- if .remoteDebugNodePortEnabled }}
2526
- name: "debug"
2627
port: {{ .internalDebugHttpPort }}
28+
appProtocol: http
2729
nodePort: {{ .externalDebugHttpPort }}
2830
{{- end }}
2931
{{- end }}

kubernetes/charts/weblogic-operator/templates/_operator-internal-svc.tpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ spec:
1717
ports:
1818
- port: 8082
1919
name: "rest"
20+
appProtocol: https
2021
{{- end }}

0 commit comments

Comments
 (0)