Skip to content

Simple step-by-step guide on how to customize a Nextcloud deployment with Kustomize. This guide is not suitable for production use. It only serves as a basic illustration of how to customize applications with Kustomize.

License

Notifications You must be signed in to change notification settings

NETWAYS/Nextcloud_Kustomization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Nextcloud Kustomization: A Simple Introduction

Note

This guide is not suitable for production use. It only serves as a basic illustration of how to customize applications with Kustomize.

Useful Links

Quick Start

Before deploying to a cluster, add base64 encoded passwords to the secret.yaml and replace the example domain "my-nextcloud.works.com" inside the kustomization.yaml with your own domain.

Apply your manifest to the cluster.

cd Nextcloud_Kustomization/environment/development
kubectl apply -k .

About

Simple step-by-step guide on how to customize a Nextcloud deployment with Kustomize. This guide is not suitable for production use. It only serves as a basic illustration of how to customize applications with Kustomize.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages