File tree Expand file tree Collapse file tree 3 files changed +14
-1
lines changed
helm/attestation-verifier/charts/trustagent Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -154,6 +154,10 @@ metadata:
154154 initialDelaySeconds : 5
155155 failureThreshold : 60
156156 periodSeconds : 15
157+ ports :
158+ - name : https
159+ containerPort : 1443
160+ protocol : TCP
157161 volumeMounts :
158162 {{- include "factory.volumeMountSvcLogs" . | nindent 12 }}
159163 - name : {{ include "factory.name" . }}-config
Original file line number Diff line number Diff line change 1+ {{- include "factory.headers" . }}
2+ ---
3+ {{ include "factory.serviceCommonSpec" . }}
4+ type : ClusterIP
5+ ports :
6+ - port : 1443
7+ targetPort : 1443
8+ protocol : TCP
9+ name : https
Original file line number Diff line number Diff line change @@ -102,5 +102,5 @@ service:
102102 containerPort : 8443 # The containerPort on which HVS can listen
103103 port : 30443
104104 ta :
105- containerPort : # The containerPort on which TA can listen
105+ containerPort : 1443 # The containerPort on which TA can listen
106106 port : # The externally exposed NodePort on which TA can listen to external traffic
You can’t perform that action at this time.
0 commit comments