File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ maintainers:
55 - name : PostgresML
66 email : team@postgresml.org
77appVersion : " 1.3.0"
8- version : 0.2.5
8+ version : 0.3.0
Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ metadata:
44 name : {{ include "pgcat.fullname" . }}
55 labels :
66 {{- include "pgcat.labels" . | nindent 4 }}
7+ {{- with .Values.service.annotations }}
8+ annotations :
9+ {{- toYaml . | nindent 4 }}
10+ {{- end }}
711spec :
812 type : {{ .Values.service.type }}
913 ports :
Original file line number Diff line number Diff line change @@ -88,6 +88,7 @@ containerSecurityContext: {}
8888# # @param service.type PgCat service type
8989# # @param service.port PgCat service port
9090service :
91+ annotations : {}
9192 type : ClusterIP
9293 port : 6432
9394
You can’t perform that action at this time.
0 commit comments