feat: namespace and draupnir deployment for moderation #482
Labels
No labels
bug
cleanup
duplicate
enhancement
forgefriends
help wanted
invalid
label workflow
need more info
question
refactor
static-site
sync
wontfix
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: infrastructure/k8s-cluster#482
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "refs/pull/522/head4a921e66a0448b66079da579c32abb7499966b15"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Refs infrastructure/k8s-cluster#415
../k3s-host/setup.sh setup_k8s_pvc moderation-draupnir 1000
debian@hetzner06:~/moderation$ kubectl apply --server-side -f moderation-draupnir.yaml
(using the token provided by @Beowulf )k8s-cluster/flux/apps$ kustomize build --load-restrictor LoadRestrictionsNone moderation
add the depends on pvc to the draupnir chart
added by F3
@ -0,0 +180,4 @@
# before saying "Now monitoring rooms" and flagging itself healthy.
#
# Health is flagged through HTTP status codes, defined below.
healthz:
should be enabled
8dc68ee70a..ac9f92fd84
@ -0,0 +1,8 @@
apiVersion: kustomize.config.k8s.io/v1beta1
needs a flux customization
a4cadd5258/flux/clusters/monitoring.yaml (L2)
01f57b32df..8dc68ee70a
@ -0,0 +1,4 @@
apiVersion: v1
needs to be added to the kustomization yaml
a4cadd5258/flux/infrastructure/namespaces/kustomization.yaml (L8)
4fe7c05d5a..01f57b32df
maybe it's better to publish the chart to forgejo-code as oci, like we do with forgejo chart until official releases exist.
@ -0,0 +9,4 @@
spec:
chart: draupnir
version: '0.1.0'
sourceRef:
you probably also need a helm chart resource to link helm release to git repository. see other comment.
https://fluxcd.io/flux/components/source/helmcharts/#source-reference
this doesn't work. helm repo doesn't support git branches. you need a gitrepository
Something like that
7f07ca62de
?7f07ca62de..a6037772b6
relies on https://code.forgejo.org/forgejo-contrib/draupnir-helm-charts
Config looks fine 👍
Pull request closed