fix: kustomize does not seems to prefix the service name in ingress (#179)

This commit is contained in:
Arnaud Rebts 2022-10-30 09:55:09 +01:00 committed by GitHub
parent 1f1e131d25
commit a7e89ed183
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 0 deletions

View file

@ -4,6 +4,11 @@
"path": "/spec/rules/0/host",
"value": "deps.rs"
},
{
"op": "replace",
"path": "/spec/rules/0/http/paths/0/backend/service/name",
"value": "deps-rs-prd"
},
{
"op": "replace",
"path": "/spec/tls/0/secretName",

View file

@ -4,6 +4,11 @@
"path": "/spec/rules/0/host",
"value": "staging.deps.rs"
},
{
"op": "replace",
"path": "/spec/rules/0/http/paths/0/backend/service/name",
"value": "deps-rs-stg"
},
{
"op": "replace",
"path": "/spec/tls/0/secretName",