Add K8s manifests and CD pipeline for K3s deployment
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
12
k8s/configmap.yaml
Normal file
12
k8s/configmap.yaml
Normal 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"
|
||||
Reference in New Issue
Block a user