Compare commits

..

No commits in common. "e38e45e68d6e1e873aab543b5d2cf9f22783bfee" and "de8325dda3c982c6a303db6b7fd47caec42b11a5" have entirely different histories.

4 changed files with 3 additions and 11 deletions

View File

@ -17,6 +17,7 @@ spec:
values: values:
additionalArguments: additionalArguments:
- --api.insecure - --api.insecure
- --entryPoints.factorio.address=:34197/udp
logs: logs:
general: general:

View File

@ -2,8 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization kind: Kustomization
resources: resources:
- ./helm-repositories.yaml - ./helm-repositories.yaml
#- ../../common/apps/metallb - ../../common/apps/metallb
- ./main-ip-pool.yaml
- ../../common/apps/traefik - ../../common/apps/traefik
# storage # storage
#- ./longhorn #- ./longhorn

View File

@ -1,8 +0,0 @@
apiVersion: "cilium.io/v2alpha1"
kind: CiliumLoadBalancerIPPool
metadata:
name: "main-pool"
spec:
blocks:
- start: "192.168.1.50"
stop: "192.168.1.60"

View File

@ -6,5 +6,5 @@ metadata:
namespace: flux-system namespace: flux-system
data: data:
# MetalLB # MetalLB
METALLB_LB_RANGE: 192.168.1.50-192.168.1.60 METALLB_LB_RANGE: 192.168.1.60-192.168.1.70
SERVER_TIMEZONE: America/New_York SERVER_TIMEZONE: America/New_York