broomfn commented on issue #69:
URL: https://github.com/apache/couchdb-helm/issues/69#issuecomment-1205511157
In case it's of any use to anyone, I used the following command to patch the
ingress:
```
kubectl patch ingress/couch-couchdb --type json --patch '[{"op": "add",
"path": "/spec/ingressClassName", value: "nginx" }]'
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]