| commit | 2482031b35fcfc4c78f5071fd9c90bf5b63b15e4 | [log] [tgz] |
|---|---|---|
| author | Giorgi Lekveishvili <lekva@gl-mbp-m1-max-2.local> | Sun Oct 06 21:54:48 2024 +0400 |
| committer | Giorgi Lekveishvili <lekva@gl-mbp-m1-max-2.local> | Sun Oct 06 21:54:48 2024 +0400 |
| tree | 868928846d798f1746b59775bcdd186aaedd817e | |
| parent | 51541f986b4ff549af5966324cd568b6dd6dc787 [diff] [blame] |
update
diff --git a/charts/dodo-app/templates/install.yaml b/charts/dodo-app/templates/install.yaml index 9a9c2fc..103b947 100644 --- a/charts/dodo-app/templates/install.yaml +++ b/charts/dodo-app/templates/install.yaml
@@ -47,8 +47,12 @@ kind: Service metadata: name: api +{{- if .Values.serviceAPI.annotations }} + annotations: +{{ toYaml .Values.serviceAPI.annotations | indent 4 }} +{{- end }} spec: - type: ClusterIP + type: {{ .Values.serviceAPI.type }} selector: app: dodo-app ports: