Hi,
I need to add an annotation to the helm chart: percona-helm-charts/charts/pg-db at main · percona/percona-helm-charts · GitHub
I need to add ‘consul.hashicorp.com/connect-inject’: ‘true’, how would I go about doing this? Thanks.
Hi,
I need to add an annotation to the helm chart: percona-helm-charts/charts/pg-db at main · percona/percona-helm-charts · GitHub
I need to add ‘consul.hashicorp.com/connect-inject’: ‘true’, how would I go about doing this? Thanks.
Hi @jason123 , thank you for posting to the Percona forums!
It depends on what kind of resource you wish to add your annotation against. Some are supported, and some are pending development effort, such as our backup pod:
https://jira.percona.com/browse/K8SPXC-965
@Michael_Coburn I just want something like below within the kubernetes deployments pg-db-pgbouncer and pg-db:
spec:
template:
metadata:
annotations:
'consul.hashicorp.com/connect-inject': 'true'
I want to integrate service discovery such as consul and it needs an annotation within the pod such as
apiVersion: v1
kind: Pod
metadata:
annotations:
'consul.hashicorp.com/connect-inject': 'true'
@jason123 Could you please share with me if you have figured it out?
Unanswered | Unsolved | Solved
MySQL, InnoDB, MariaDB and MongoDB are trademarks of their respective owners.
Copyright © 2006 - 2024 Percona LLC. All rights reserved.