Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.
/ xwiki-helm Public archive
forked from taksan/xwiki-helm

Kubernetes Helm Charts for XWiki

Notifications You must be signed in to change notification settings

droidsolutions/xwiki-helm

 
 

Repository files navigation

XWiki Helm Chart

This is the XWiki Helm Chart aiming to ease the deployment in both Local and Highly Available setups.

Resources

Prerequisite

  • Minikube
  • Kubectl cli
  • helm cli

Installation on Minikube

  • First, enable ingress
minikube addons enable ingress
  • Install chart
git clone https://github.com/xwiki-contrib/xwiki-helm
cd xwiki-helm-chart
helm dependency update
helm --debug upgrade -i --force xwiki -f ./values.yaml .

Usage

Get ip address of minikube

ip=$(minikube ip)
curl $ip

Test

For testing first add unittest

helm plugin install https://github.com/lrills/helm-unittest
helm unittest xwiki-helm

Project Information

About

Kubernetes Helm Charts for XWiki

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Mustache 100.0%