commit d2bb83e4ac83a4f2730656293cbeab2fd27d3229
parent 5562963584398528c171fca57cc88f2276c646ce
Author: MTRNord <mtrnord1@gmail.com>
Date: Thu, 20 Jul 2023 23:15:40 +0200
Meow
Diffstat:
2 files changed, 28 insertions(+), 28 deletions(-)
diff --git a/infrastructure/configs/calico.yaml b/infrastructure/configs/calico.yaml
@@ -1,28 +1,28 @@
----
-apiVersion: operator.tigera.io/v1
-kind: Installation
-metadata:
- name: default
-spec:
- typhaMetricsPort: 9093
- # Configures Calico networking.
- calicoNetwork:
- nodeAddressAutodetectionV4:
- kubernetes: NodeInternalIP
- nodeAddressAutodetectionV6:
- kubernetes: NodeInternalIP
- # Note: The ipPools section cannot be modified post-install.
- ipPools:
- - blockSize: 24
- cidr: 10.244.0.0/16
- encapsulation: VXLANCrossSubnet
- natOutgoing: Enabled
- nodeSelector: all()
- - blockSize: 116
- cidr: fc00:0::/96
- encapsulation: VXLANCrossSubnet
- natOutgoing: Enabled
- nodeSelector: all()
+# ---
+# apiVersion: operator.tigera.io/v1
+# kind: Installation
+# metadata:
+# name: default
+# spec:
+# typhaMetricsPort: 9093
+# # Configures Calico networking.
+# calicoNetwork:
+# nodeAddressAutodetectionV4:
+# kubernetes: NodeInternalIP
+# nodeAddressAutodetectionV6:
+# kubernetes: NodeInternalIP
+# # Note: The ipPools section cannot be modified post-install.
+# ipPools:
+# - blockSize: 24
+# cidr: 10.244.0.0/16
+# encapsulation: VXLANCrossSubnet
+# natOutgoing: Enabled
+# nodeSelector: all()
+# - blockSize: 116
+# cidr: fc00:0::/96
+# encapsulation: VXLANCrossSubnet
+# natOutgoing: Enabled
+# nodeSelector: all()
---
apiVersion: crd.projectcalico.org/v1
kind: IPPool
@@ -41,7 +41,7 @@ spec:
ipipMode: Never
natOutgoing: true
nodeSelector: all()
- vxlanMode: CrossSubnet
+ vxlanMode: Always
---
apiVersion: crd.projectcalico.org/v1
kind: IPPool
@@ -60,7 +60,7 @@ spec:
ipipMode: Never
natOutgoing: true
nodeSelector: all()
- vxlanMode: CrossSubnet
+ vxlanMode: Always
---
# This section configures the Calico API server.
# For more information, see: https://projectcalico.docs.tigera.io/master/reference/installation/api#operator.tigera.io/v1.APIServer
diff --git a/infrastructure/configs/postgres-clusters.yaml b/infrastructure/configs/postgres-clusters.yaml
@@ -43,7 +43,7 @@ spec:
synchronous_commit: local
checkpoint_timeout: "15 min"
checkpoint_completion_target: "0.9"
- archive_mode: on # having it on enables activating P.I.T.R. at a later time without restart›
+ archive_mode: on # having it on enables activating P.I.T.R. at a later time without restart
archive_command: "/bin/true" # not doing anything yet with WAL-s
wal_compression: "on"
password_encryption: scram-sha-256