k8s-immich/overlays/example/ingress-patch.json

13 lines
228 B
JSON
Raw Normal View History

2023-01-25 00:49:35 +00:00
[
{
"op": "replace",
"path": "/spec/rules/0/host",
"value": "the.real.hostname"
},
{
"op": "replace",
"path": "/spec/tls/0/hosts",
"value": "the.real.hostname"
}
]