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