зеркало из https://github.com/Azure/helm-charts.git
Update concourse (#117)
This commit is contained in:
Родитель
039f986b8d
Коммит
19d28101cd
|
@ -1,5 +1,5 @@
|
||||||
name: concourse
|
name: concourse
|
||||||
version: 0.2.0
|
version: 0.3.0
|
||||||
appVersion: 3.5.0
|
appVersion: 3.5.0
|
||||||
description: Concourse is a simple and scalable CI system.
|
description: Concourse is a simple and scalable CI system.
|
||||||
icon: https://avatars1.githubusercontent.com/u/7809479
|
icon: https://avatars1.githubusercontent.com/u/7809479
|
||||||
|
|
|
@ -9,12 +9,14 @@ metadata:
|
||||||
release: "{{ .Release.Name }}"
|
release: "{{ .Release.Name }}"
|
||||||
heritage: "{{ .Release.Service }}"
|
heritage: "{{ .Release.Service }}"
|
||||||
spec:
|
spec:
|
||||||
clusterServiceClassExternalName: azure-postgresqldb
|
clusterServiceClassExternalName: azure-postgresql
|
||||||
clusterServicePlanExternalName: {{ .Values.postgresql.azure.servicePlan }}
|
clusterServicePlanExternalName: {{ .Values.postgresql.azure.servicePlan }}
|
||||||
parameters:
|
parameters:
|
||||||
location: {{ .Values.postgresql.azure.location }}
|
location: {{ .Values.postgresql.azure.location }}
|
||||||
resourceGroup: {{ .Release.Namespace }}
|
resourceGroup: {{ .Release.Namespace }}
|
||||||
sslEnforcement: disabled
|
sslEnforcement: disabled
|
||||||
firewallStartIPAddress: 0.0.0.0
|
firewallRules:
|
||||||
firewallEndIPAddress: 255.255.255.255
|
- startIPAddress: "0.0.0.0"
|
||||||
|
endIPAddress: "255.255.255.255"
|
||||||
|
name: "AllowAll"
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче