Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/javierguzman/kubernetes-fider

My Kubernetes configuration template for Fider
https://github.com/javierguzman/kubernetes-fider

Last synced: about 1 month ago
JSON representation

My Kubernetes configuration template for Fider

Awesome Lists containing this project

README

        

# Kubernetes Fider Template Configuration

Do not forget to configure ingress setup with something like this under the rules section:

- host: $WWW_FEEDBACK_HOST
http:
paths:
- path: /
backend:
serviceName: feedback-server-service-$VERSION
servicePort: 4003

- host: $FEEDBACK_HOST
http:
paths:
- path: /
backend:
serviceName: feedback-server-service-$VERSION
servicePort: 4003