yuta
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
4 additions and
0 deletions
-
dev/helm/templates/service.yaml
-
dev/helm/values.yaml
|
|
@ -11,6 +11,9 @@ metadata: |
|
|
|
{{- end }} |
|
|
|
spec: |
|
|
|
type: {{.Values.service.type}} |
|
|
|
{{- if eq .Values.service.type "LoadBalancer" }} |
|
|
|
loadBalancerIP: {{ default "" .Values.service.loadBalancerIP }} |
|
|
|
{{- end }} |
|
|
|
ports: |
|
|
|
- port: {{ default "80" .Values.service.port}} |
|
|
|
targetPort: http |
|
|
|
|
|
@ -61,6 +61,7 @@ service: |
|
|
|
# type: LoadBalancer |
|
|
|
# httpsPort: 443 |
|
|
|
# annotations: {} |
|
|
|
# loadBalancerIP: 172.16.0.1 |
|
|
|
|
|
|
|
ingress: |
|
|
|
enabled: true |
|
|
|