We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93adbaa commit 0a814beCopy full SHA for 0a814be
cnf-app-mac-operator/config/manager/manager.yaml
@@ -23,6 +23,8 @@ spec:
23
image: controller:latest
24
imagePullPolicy: Always
25
name: manager
26
+ ports:
27
+ - containerPort: 8095
28
resources:
29
limits:
30
cpu: 100m
@@ -36,21 +38,18 @@ spec:
36
38
fieldRef:
37
39
fieldPath: metadata.namespace
40
livenessProbe:
- httpGet:
- path: /healthz
41
- port: 6789
+ tcpSocket:
42
+ port: 8095
43
initialDelaySeconds: 15
44
periodSeconds: 20
45
readinessProbe:
46
- path: /readyz
47
48
initialDelaySeconds: 5
49
periodSeconds: 10
50
startupProbe:
51
52
- path: /startupz
53
54
55
56
terminationMessagePolicy: FallbackToLogsOnError
0 commit comments