.
This commit is contained in:
@@ -419,8 +419,9 @@ spec:
|
||||
httpGet:
|
||||
port: 6060
|
||||
path: /readyz
|
||||
initialDelaySeconds: 3
|
||||
periodSeconds: 7
|
||||
periodSeconds: 10
|
||||
timeoutSeconds: 5
|
||||
failureThreshold: 6
|
||||
command: ["trust-manager"]
|
||||
args:
|
||||
- "--log-level=1"
|
||||
|
||||
@@ -59,7 +59,10 @@ spec:
|
||||
- name: SHARE5
|
||||
value: "data;/data;yes;no;no;admin"
|
||||
- name: USER
|
||||
value: "admin;4IsTheMindKiller"
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: samba-users
|
||||
key: user
|
||||
volumeMounts:
|
||||
- mountPath: "/data"
|
||||
name: data
|
||||
|
||||
@@ -7,4 +7,13 @@ type: Opaque
|
||||
data:
|
||||
username: YWRtaW4=
|
||||
password: NElzVGhlTWluZEtpbGxlcg==
|
||||
domain: bG9jYWxob3N0
|
||||
domain: bG9jYWxob3N0
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: samba-users
|
||||
namespace: fileserver
|
||||
type: Opaque
|
||||
data:
|
||||
user: YWRtaW47NElzVGhlTWluZEtpbGxlcg==
|
||||
@@ -72,23 +72,31 @@ spec:
|
||||
jobName: blackbox-icmp
|
||||
targetEndpoints:
|
||||
- targets:
|
||||
- google.com
|
||||
- lancom.undercloud.local
|
||||
- firewall.undercloud.local
|
||||
- coreswitch.undercloud.local
|
||||
- heizraumswith.undercloud.local
|
||||
- hyper1.undercloud.local
|
||||
- hyper2.undercloud.local
|
||||
- hyper3.undercloud.local
|
||||
- hyper4.undercloud.local
|
||||
- hyper5.undercloud.local
|
||||
- hyper6.undercloud.local
|
||||
- build-node.undercloud.local
|
||||
- pbs.undercloud.local
|
||||
- fd00:0:0:2::97
|
||||
- fd00:0:0:2::98
|
||||
- fd00:0:0:2::100
|
||||
- control-plane1.undercloud.local
|
||||
- control-plane2.undercloud.local
|
||||
- control-plane3.undercloud.local
|
||||
- worker1.undercloud.local
|
||||
- worker2.undercloud.local
|
||||
- worker4.undercloud.local
|
||||
- google.com
|
||||
- fd00:0:0:2::97
|
||||
- fd00:0:0:2::98
|
||||
- fd00:0:0:2::100
|
||||
- unifi.undercloud.local
|
||||
- pihole.undercloud.local
|
||||
|
||||
path: /probe
|
||||
params:
|
||||
module:
|
||||
|
||||
Reference in New Issue
Block a user