Thanks in advance for any help.
I’m aiming to deploy xwiki on a clean rke2 Kubernetes cluster, and I’m struggling with the official helm on GitHub. Can anyone help with a minimal values.yaml configuration?
/Kim Bjoern, Denmark
Thanks in advance for any help.
I’m aiming to deploy xwiki on a clean rke2 Kubernetes cluster, and I’m struggling with the official helm on GitHub. Can anyone help with a minimal values.yaml configuration?
/Kim Bjoern, Denmark
…so I got a step further, and in case others have the same question:
Added a default storageclass (it seems to work with both longhorn and nfs.csi), and created secret tls in namespace.
And in values.yaml:
ingress:
enabled: truehosts:
- host: “myfqdn.example.com”
tls:
- secretname: “tls-xwiki-ingress”
hosts:
If this can be done simpler or smarter, please pitch in. but now I’m presented with the initial config menu.