Backport of Update multi-port examples to remove spec.template.metadata.name into release/1.17.x (#19434)

backport of commit e9006e6548

Co-authored-by: Tu Nguyen <im2nguyen@users.noreply.github.com>
pull/19442/head
hc-github-team-consul-core 2023-10-30 14:03:06 -04:00 committed by GitHub
parent 4c3c32d05e
commit 415ae8bd1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 6 deletions

View File

@ -129,12 +129,11 @@ spec:
app: api
template:
metadata:
name: api
labels:
app: api
annotations:
"consul.hashicorp.com/mesh-inject": "true"
'consul.hashicorp.com/transparent-proxy': 'true'
"consul.hashicorp.com/transparent-proxy": "true"
spec:
containers:
- name: api
@ -204,12 +203,11 @@ spec:
app: api
template:
metadata:
name: api
labels:
app: api
annotations:
"consul.hashicorp.com/mesh-inject": "true"
'consul.hashicorp.com/transparent-proxy': 'true'
"consul.hashicorp.com/transparent-proxy": "true"
spec:
containers:
- name: api
@ -266,12 +264,11 @@ spec:
app: web
template:
metadata:
name: web
labels:
app: web
annotations:
"consul.hashicorp.com/mesh-inject": "true"
'consul.hashicorp.com/transparent-proxy': 'true'
"consul.hashicorp.com/transparent-proxy": "true"
spec:
containers:
- name: web