add old clsutertool to archive
This commit is contained in:
@ -0,0 +1,18 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: cluster-config
|
||||
namespace: flux-system
|
||||
data:
|
||||
VIP: 192.168.10.100
|
||||
MASTER1IP: 192.168.10.110
|
||||
GATEWAY: 192.168.10.1
|
||||
METALLB_RANGE: 192.168.10.100-192.168.10.250
|
||||
KUBEAPPS_IP: 192.168.10.105
|
||||
EMAIL: "TBD"
|
||||
CLOUDFLARE_TOKEN: "TBD"
|
||||
GITHUB_TOKEN: "TBD"
|
||||
GITHUB_USER: "TBD"
|
||||
GITHUB_REPOSITORY: "TBD"
|
||||
BASE_DOMAIN: "TBD"
|
@ -0,0 +1,6 @@
|
||||
---
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: flux-system
|
||||
resources:
|
||||
- clustersettings.secret.yaml
|
21
clustertool/cluster/main/flux-config/install.yaml
Normal file
21
clustertool/cluster/main/flux-config/install.yaml
Normal file
@ -0,0 +1,21 @@
|
||||
---
|
||||
# yaml-language-server: $schema=https://kubernetes-schemas.zinn.ca/kustomize.toolkit.fluxcd.io/kustomization_v1.json
|
||||
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||||
kind: Kustomization
|
||||
metadata:
|
||||
name: flux-config
|
||||
namespace: flux-system
|
||||
spec:
|
||||
path: ./cluster/main/flux-config/app
|
||||
sourceRef:
|
||||
kind: GitRepository
|
||||
name: flux-system
|
||||
prune: true
|
||||
wait: false
|
||||
interval: 30m
|
||||
retryInterval: 1m
|
||||
timeout: 5m
|
||||
decryption:
|
||||
provider: sops
|
||||
secretRef:
|
||||
name: sops-age
|
Reference in New Issue
Block a user