mirror of
https://github.com/deps-rs/deps.rs.git
synced 2024-11-22 02:16: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",
|
"path": "/spec/rules/0/host",
|
||||||
"value": "deps.rs"
|
"value": "deps.rs"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"op": "replace",
|
||||||
|
"path": "/spec/rules/0/http/paths/0/backend/service/name",
|
||||||
|
"value": "deps-rs-prd"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"op": "replace",
|
"op": "replace",
|
||||||
"path": "/spec/tls/0/secretName",
|
"path": "/spec/tls/0/secretName",
|
||||||
|
|
|
@ -4,6 +4,11 @@
|
||||||
"path": "/spec/rules/0/host",
|
"path": "/spec/rules/0/host",
|
||||||
"value": "staging.deps.rs"
|
"value": "staging.deps.rs"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"op": "replace",
|
||||||
|
"path": "/spec/rules/0/http/paths/0/backend/service/name",
|
||||||
|
"value": "deps-rs-stg"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"op": "replace",
|
"op": "replace",
|
||||||
"path": "/spec/tls/0/secretName",
|
"path": "/spec/tls/0/secretName",
|
||||||
|
|
Loading…
Reference in a new issue