Skip to content

Commit

Permalink
Merge pull request #189 from seungkyua/20231019_byoh_msa
Browse files Browse the repository at this point in the history
ingress nodeport
  • Loading branch information
seungkyua authored Oct 20, 2023
2 parents 5d56580 + 3af7bf0 commit f05a4b8
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion byoh-reference/service-mesh/site-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,24 @@ charts:
minReplicas: 1
maxReplicas: 5
targetCPUUtilizationPercentage: 80
service.type: NodePort
service:
type: NodePort
ports:
- name: status-port
port: 15021
protocol: TCP
targetPort: 15021
nodePort: 30013
- name: http2
port: 80
protocol: TCP
targetPort: 80
nodePort: 30014
- name: https
port: 443
protocol: TCP
targetPort: 443
nodePort: 30015
#resources.requests.cpu: 1000m
#resources.requests.memory: 1024Mi
#resources.limits.cpu: 2000m
Expand Down

0 comments on commit f05a4b8

Please sign in to comment.