We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4e71c9 commit 6156b1dCopy full SHA for 6156b1d
1 file changed
charts/ace/templates/db/pgpool.yaml
@@ -44,24 +44,4 @@ spec:
44
labels:
45
{{- toYaml .Values.global.monitoring.serviceMonitor.labels | nindent 10 }}
46
{{- end }}
47
----
48
-apiVersion: appcatalog.appscode.com/v1alpha1
49
-kind: AppBinding
50
-metadata:
51
- name: {{ include "ace.fullname" . }}-pgpool
52
- namespace: {{ .Release.Namespace }}
53
- labels:
54
- {{- include "ace.labels" . | nindent 4 }}
55
-spec:
56
- type: kubedb.com/pgpool
57
- appRef:
58
- apiGroup: kubedb.com
59
- kind: Pgpool
60
61
62
- clientConfig:
63
- service:
64
65
- scheme: postgresql
66
- port: 5432
67
0 commit comments