Advanced configuration for Kubernetes Deploy #20
mbround18
started this conversation in
Instructions
Replies: 1 comment 2 replies
-
I'm using this in k8s, would you be interested in pulling this into the main repo as a manifest that could be used by kustomizer? I would be happy to create the PR otherwise I would also be willing to maintain the base manifests in their own repo. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
K3s Deployment of Valheim
Requirements
Setup
kustomization.yml
filebase
andserver
(this is for separation of concern)secrets
kustomization.yml
base
directorybase/00-namespace.yml
base/01-persisted-volume-claim.yml
secrets
directorysecrets/env.txt
server
directoryserver/01-deployment.yml
server/02-backend-service.yml
Deployment
Creation
kubectl apply -k .
Destruction
kubectl delete -k .
Beta Was this translation helpful? Give feedback.
All reactions