We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f39ab63 commit 526d9e4Copy full SHA for 526d9e4
2 files changed
config/manager/manager.yaml
@@ -48,6 +48,12 @@ spec:
48
port: 8081
49
initialDelaySeconds: 5
50
periodSeconds: 10
51
+ env:
52
+ - name: NAMESPACE
53
+ valueFrom:
54
+ fieldRef:
55
+ apiVersion: v1
56
+ fieldPath: metadata.namespace
57
resources:
58
limits:
59
cpu: 200m
manifests/setup/setup.yaml
@@ -41828,6 +41828,12 @@ spec:
41828
- --metrics-bind-address=:8443
41829
command:
41830
- /manager
41831
41832
41833
41834
41835
41836
41837
image: ghcr.io/fluent/fluent-operator/fluent-operator:latest
41838
livenessProbe:
41839
httpGet:
0 commit comments