gitextract_gkw22rhq/ ├── .gitignore ├── .travis/ │ └── publish.sh ├── .travis.yml ├── LICENSE ├── README.md ├── docker-compose-template.yml ├── ice/ │ ├── Dockerfile │ └── assets/ │ └── sample.properties ├── init/ │ └── ice.conf ├── kubernetes/ │ └── deploy/ │ ├── configmap-ice.yaml │ ├── configmap-nginx.yaml │ ├── deployment.yaml │ └── service.yml └── nginx/ └── assets/ └── default.conf