mirror of
https://github.com/deps-rs/deps.rs.git
synced 2024-11-21 18:06:30 +00:00
fix: kustomize does not seems to prefix the service name in ingress (#179)
This commit is contained in:
parent
1f1e131d25
commit
a7e89ed183
2 changed files with 10 additions and 0 deletions
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue