Browse Source

add https TCP

staging
yusuf karatoprak 5 years ago
parent
commit
24be4643ed
  1. 7
      manifests/service.eventhub.identityserver.yml

7
manifests/service.eventhub.identityserver.yml

@ -6,6 +6,11 @@ spec:
selector:
app: volosoft-eventhub-identityserver-pod
ports:
- port: 5001
- name: http
port: 5001
protocol: TCP
targetPort: 80
- name: https
port: 443
protocol: TCP
type: LoadBalancer
Loading…
Cancel
Save