Add K8s manifests and CD pipeline for K3s deployment

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
kaffa
2026-02-09 12:16:24 +09:00
parent eff0572107
commit 6179454cd8
4 changed files with 108 additions and 1 deletions

12
k8s/configmap.yaml Normal file
View File

@@ -0,0 +1,12 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: cfb-manager-config
namespace: default
data:
CFB_BOUNCER_HOST: "10.253.100.131"
CFB_BOUNCER_PORT: "22"
CFB_BOUNCER_USER: "root"
CFB_CROWDSEC_HOST: "10.253.100.240"
CFB_CROWDSEC_PORT: "22"
CFB_CROWDSEC_USER: "root"