Skip to content

Commit c178e48

Browse files
committed
feat: correct loki
1 parent 3e9b478 commit c178e48

File tree

2 files changed

+51
-2
lines changed

2 files changed

+51
-2
lines changed

s3-mirror/example.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
lifecycle: true
2-
preserveChecksums: true
31
bins:
42

53
#- name: "cni"

s3-mirror/values.yaml

+51
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
ingressController:
2+
enabled: true
3+
loadbalancerMode: dedicated
4+
service:
5+
annotations: {}
6+
labels:
7+
buttah.cloud/network: "internet"
8+
name: "cilium-ingress"
9+
type: "LoadBalancer"
10+
securityContext:
11+
capabilities:
12+
ciliumAgent:
13+
- CHOWN
14+
- KILL
15+
- NET_ADMIN
16+
- NET_RAW
17+
- IPC_LOCK
18+
- SYS_ADMIN
19+
- SYS_RESOURCE
20+
- DAC_OVERRIDE
21+
- FOWNER
22+
- SETGID
23+
- SETUID
24+
cleanCiliumState:
25+
- NET_ADMIN
26+
- SYS_ADMIN
27+
- SYS_RESOURCE
28+
ipam:
29+
mode: "kubernetes"
30+
k8sServicePort: 7445
31+
k8sServiceHost: "localhost"
32+
kubeProxyReplacement: true
33+
34+
tunnel: "vxlan"
35+
tunnelPort: "57321"
36+
routingMode: "tunnel"
37+
bgpControlPlane:
38+
enabled: true
39+
gatewayAPI:
40+
enabled: true
41+
cgroup:
42+
hostRoot: /sys/fs/cgroup
43+
autoMount:
44+
enabled: false
45+
envoyConfig:
46+
enabled: true
47+
envoy:
48+
enabled: true
49+
debug:
50+
admin:
51+
enabled: true

0 commit comments

Comments
 (0)