We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8e2fcd commit 3fd34c0Copy full SHA for 3fd34c0
charts/pgcat/Chart.yaml
@@ -5,4 +5,4 @@ maintainers:
5
- name: PostgresML
6
email: [email protected]
7
appVersion: "1.3.0"
8
-version: 0.2.5
+version: 0.3.0
charts/pgcat/templates/service.yaml
@@ -4,6 +4,10 @@ metadata:
4
name: {{ include "pgcat.fullname" . }}
labels:
{{- include "pgcat.labels" . | nindent 4 }}
+ {{- with .Values.service.annotations }}
+ annotations:
9
+ {{- toYaml . | nindent 4 }}
10
+ {{- end }}
11
spec:
12
type: {{ .Values.service.type }}
13
ports:
charts/pgcat/values.yaml
@@ -88,6 +88,7 @@ containerSecurityContext: {}
88
## @param service.type PgCat service type
89
## @param service.port PgCat service port
90
service:
91
+ annotations: {}
92
type: ClusterIP
93
port: 6432
94
0 commit comments