Skip to content
This repository has been archived by the owner on Sep 1, 2024. It is now read-only.

Fix workflow cilium #12

Merged
merged 2 commits into from
Aug 31, 2024
Merged

Fix workflow cilium #12

merged 2 commits into from
Aug 31, 2024

Conversation

samos667
Copy link
Owner

No description provided.

Copy link

--- kube/deploy/core/1-kube-system/cilium/app Kustomization: kube-system/cilium-app HelmRelease: kube-system/cilium

+++ kube/deploy/core/1-kube-system/cilium/app Kustomization: kube-system/cilium-app HelmRelease: kube-system/cilium

@@ -60,12 +60,13 @@

     envoy:
       enabled: true
       prometheus:
         enabled: true
         serviceMonitor:
           enabled: true
+          trustCRDsExist: true
     hubble:
       metrics:
         enableOpenMetrics: true
         enabled:
         - dns:query
         - drop
@@ -77,12 +78,13 @@

       relay:
         enabled: true
         prometheus:
           enabled: true
           serviceMonitor:
             enabled: true
+            trustCRDsExist: true
       ui:
         enabled: true
         podLabels:
           traefik.home.arpa/ingress: allow
         rollOutPods: true
     ipam:
@@ -98,17 +100,19 @@

       format: json
     operator:
       prometheus:
         enabled: true
         serviceMonitor:
           enabled: true
+          trustCRDsExist: true
       replicas: 2
     prometheus:
       enabled: true
       serviceMonitor:
         enabled: true
+        trustCRDsExist: true
     resources:
       limits:
         memory: 1Gi
     securityContext:
       capabilities:
         ciliumAgent:

@samos667 samos667 merged commit 5ad3b73 into main Aug 31, 2024
1 of 2 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant