Guest User

Untitled

a guest
Feb 22nd, 2018
276
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.11 KB | None | 0 0
  1. diff --git a/usr/local/google/home/josephburnett/a b/usr/local/google/home/josephburnett/b
  2. index 924d6e6..6d175c1 100644
  3. --- a/usr/local/google/home/josephburnett/a
  4. +++ b/usr/local/google/home/josephburnett/b
  5. @@ -31,21 +31,122 @@ spec:
  6. apiVersion: extensions/v1beta1
  7. kind: Deployment
  8. metadata:
  9. + annotations:
  10. + sidecar.istio.io/status: injected-version-root@cc5c34bbd1ee-0.4.0-24089ea97c8d244493c93b499a666ddf4010b547
  11. + creationTimestamp: null
  12. name: details-v1
  13. spec:
  14. replicas: 1
  15. + strategy: {}
  16. template:
  17. metadata:
  18. + annotations:
  19. + sidecar.istio.io/status: injected-version-root@cc5c34bbd1ee-0.4.0-24089ea97c8d244493c93b499a666ddf4010b547
  20. + creationTimestamp: null
  21. labels:
  22. app: details
  23. version: v1
  24. spec:
  25. containers:
  26. - - name: details
  27. - image: istio/examples-bookinfo-details-v1:0.2.8
  28. + - image: istio/examples-bookinfo-details-v1:0.2.8
  29. imagePullPolicy: IfNotPresent
  30. + name: details
  31. ports:
  32. - containerPort: 9080
  33. + resources: {}
  34. + - args:
  35. + - proxy
  36. + - sidecar
  37. + - -v
  38. + - "2"
  39. + - --configPath
  40. + - /etc/istio/proxy
  41. + - --binaryPath
  42. + - /usr/local/bin/envoy
  43. + - --serviceCluster
  44. + - details
  45. + - --drainDuration
  46. + - 45s
  47. + - --parentShutdownDuration
  48. + - 1m0s
  49. + - --discoveryAddress
  50. + - istio-pilot.istio-system:15003
  51. + - --discoveryRefreshDelay
  52. + - 1s
  53. + - --zipkinAddress
  54. + - zipkin.istio-system:9411
  55. + - --connectTimeout
  56. + - 10s
  57. + - --statsdUdpAddress
  58. + - istio-mixer.istio-system:9125
  59. + - --proxyAdminPort
  60. + - "15000"
  61. + - --controlPlaneAuthPolicy
  62. + - NONE
  63. + env:
  64. + - name: POD_NAME
  65. + valueFrom:
  66. + fieldRef:
  67. + fieldPath: metadata.name
  68. + - name: POD_NAMESPACE
  69. + valueFrom:
  70. + fieldRef:
  71. + fieldPath: metadata.namespace
  72. + - name: INSTANCE_IP
  73. + valueFrom:
  74. + fieldRef:
  75. + fieldPath: status.podIP
  76. + image: docker.io/istio/proxy_debug:0.4.0
  77. + imagePullPolicy: IfNotPresent
  78. + name: istio-proxy
  79. + resources: {}
  80. + securityContext:
  81. + privileged: true
  82. + readOnlyRootFilesystem: false
  83. + runAsUser: 1337
  84. + volumeMounts:
  85. + - mountPath: /etc/istio/proxy
  86. + name: istio-envoy
  87. + - mountPath: /etc/certs/
  88. + name: istio-certs
  89. + readOnly: true
  90. + initContainers:
  91. + - args:
  92. + - -p
  93. + - "15001"
  94. + - -u
  95. + - "1337"
  96. + image: docker.io/istio/proxy_init:0.4.0
  97. + imagePullPolicy: IfNotPresent
  98. + name: istio-init
  99. + resources: {}
  100. + securityContext:
  101. + capabilities:
  102. + add:
  103. + - NET_ADMIN
  104. + privileged: true
  105. + - args:
  106. + - -c
  107. + - sysctl -w kernel.core_pattern=/etc/istio/proxy/core.%e.%p.%t && ulimit -c
  108. + unlimited
  109. + command:
  110. + - /bin/sh
  111. + image: alpine
  112. + imagePullPolicy: IfNotPresent
  113. + name: enable-core-dump
  114. + resources: {}
  115. + securityContext:
  116. + privileged: true
  117. + volumes:
  118. + - emptyDir:
  119. + medium: Memory
  120. + sizeLimit: "0"
  121. + name: istio-envoy
  122. + - name: istio-certs
  123. + secret:
  124. + optional: true
  125. + secretName: istio.default
  126. +status: {}
  127. ---
  128. ##################################################################################################
  129. # Ratings service
  130. @@ -66,21 +167,122 @@ spec:
  131. apiVersion: extensions/v1beta1
  132. kind: Deployment
  133. metadata:
  134. + annotations:
  135. + sidecar.istio.io/status: injected-version-root@cc5c34bbd1ee-0.4.0-24089ea97c8d244493c93b499a666ddf4010b547
  136. + creationTimestamp: null
  137. name: ratings-v1
  138. spec:
  139. replicas: 1
  140. + strategy: {}
  141. template:
  142. metadata:
  143. + annotations:
  144. + sidecar.istio.io/status: injected-version-root@cc5c34bbd1ee-0.4.0-24089ea97c8d244493c93b499a666ddf4010b547
  145. + creationTimestamp: null
  146. labels:
  147. app: ratings
  148. version: v1
  149. spec:
  150. containers:
  151. - - name: ratings
  152. - image: istio/examples-bookinfo-ratings-v1:0.2.8
  153. + - image: istio/examples-bookinfo-ratings-v1:0.2.8
  154. imagePullPolicy: IfNotPresent
  155. + name: ratings
  156. ports:
  157. - containerPort: 9080
  158. + resources: {}
  159. + - args:
  160. + - proxy
  161. + - sidecar
  162. + - -v
  163. + - "2"
  164. + - --configPath
  165. + - /etc/istio/proxy
  166. + - --binaryPath
  167. + - /usr/local/bin/envoy
  168. + - --serviceCluster
  169. + - ratings
  170. + - --drainDuration
  171. + - 45s
  172. + - --parentShutdownDuration
  173. + - 1m0s
  174. + - --discoveryAddress
  175. + - istio-pilot.istio-system:15003
  176. + - --discoveryRefreshDelay
  177. + - 1s
  178. + - --zipkinAddress
  179. + - zipkin.istio-system:9411
  180. + - --connectTimeout
  181. + - 10s
  182. + - --statsdUdpAddress
  183. + - istio-mixer.istio-system:9125
  184. + - --proxyAdminPort
  185. + - "15000"
  186. + - --controlPlaneAuthPolicy
  187. + - NONE
  188. + env:
  189. + - name: POD_NAME
  190. + valueFrom:
  191. + fieldRef:
  192. + fieldPath: metadata.name
  193. + - name: POD_NAMESPACE
  194. + valueFrom:
  195. + fieldRef:
  196. + fieldPath: metadata.namespace
  197. + - name: INSTANCE_IP
  198. + valueFrom:
  199. + fieldRef:
  200. + fieldPath: status.podIP
  201. + image: docker.io/istio/proxy_debug:0.4.0
  202. + imagePullPolicy: IfNotPresent
  203. + name: istio-proxy
  204. + resources: {}
  205. + securityContext:
  206. + privileged: true
  207. + readOnlyRootFilesystem: false
  208. + runAsUser: 1337
  209. + volumeMounts:
  210. + - mountPath: /etc/istio/proxy
  211. + name: istio-envoy
  212. + - mountPath: /etc/certs/
  213. + name: istio-certs
  214. + readOnly: true
  215. + initContainers:
  216. + - args:
  217. + - -p
  218. + - "15001"
  219. + - -u
  220. + - "1337"
  221. + image: docker.io/istio/proxy_init:0.4.0
  222. + imagePullPolicy: IfNotPresent
  223. + name: istio-init
  224. + resources: {}
  225. + securityContext:
  226. + capabilities:
  227. + add:
  228. + - NET_ADMIN
  229. + privileged: true
  230. + - args:
  231. + - -c
  232. + - sysctl -w kernel.core_pattern=/etc/istio/proxy/core.%e.%p.%t && ulimit -c
  233. + unlimited
  234. + command:
  235. + - /bin/sh
  236. + image: alpine
  237. + imagePullPolicy: IfNotPresent
  238. + name: enable-core-dump
  239. + resources: {}
  240. + securityContext:
  241. + privileged: true
  242. + volumes:
  243. + - emptyDir:
  244. + medium: Memory
  245. + sizeLimit: "0"
  246. + name: istio-envoy
  247. + - name: istio-certs
  248. + secret:
  249. + optional: true
  250. + secretName: istio.default
  251. +status: {}
  252. ---
  253. ##################################################################################################
  254. # Reviews service
  255. @@ -101,59 +303,362 @@ spec:
  256. apiVersion: extensions/v1beta1
  257. kind: Deployment
  258. metadata:
  259. + annotations:
  260. + sidecar.istio.io/status: injected-version-root@cc5c34bbd1ee-0.4.0-24089ea97c8d244493c93b499a666ddf4010b547
  261. + creationTimestamp: null
  262. name: reviews-v1
  263. spec:
  264. replicas: 1
  265. + strategy: {}
  266. template:
  267. metadata:
  268. + annotations:
  269. + sidecar.istio.io/status: injected-version-root@cc5c34bbd1ee-0.4.0-24089ea97c8d244493c93b499a666ddf4010b547
  270. + creationTimestamp: null
  271. labels:
  272. app: reviews
  273. version: v1
  274. spec:
  275. containers:
  276. - - name: reviews
  277. - image: istio/examples-bookinfo-reviews-v1:0.2.8
  278. + - image: istio/examples-bookinfo-reviews-v1:0.2.8
  279. imagePullPolicy: IfNotPresent
  280. + name: reviews
  281. ports:
  282. - containerPort: 9080
  283. + resources: {}
  284. + - args:
  285. + - proxy
  286. + - sidecar
  287. + - -v
  288. + - "2"
  289. + - --configPath
  290. + - /etc/istio/proxy
  291. + - --binaryPath
  292. + - /usr/local/bin/envoy
  293. + - --serviceCluster
  294. + - reviews
  295. + - --drainDuration
  296. + - 45s
  297. + - --parentShutdownDuration
  298. + - 1m0s
  299. + - --discoveryAddress
  300. + - istio-pilot.istio-system:15003
  301. + - --discoveryRefreshDelay
  302. + - 1s
  303. + - --zipkinAddress
  304. + - zipkin.istio-system:9411
  305. + - --connectTimeout
  306. + - 10s
  307. + - --statsdUdpAddress
  308. + - istio-mixer.istio-system:9125
  309. + - --proxyAdminPort
  310. + - "15000"
  311. + - --controlPlaneAuthPolicy
  312. + - NONE
  313. + env:
  314. + - name: POD_NAME
  315. + valueFrom:
  316. + fieldRef:
  317. + fieldPath: metadata.name
  318. + - name: POD_NAMESPACE
  319. + valueFrom:
  320. + fieldRef:
  321. + fieldPath: metadata.namespace
  322. + - name: INSTANCE_IP
  323. + valueFrom:
  324. + fieldRef:
  325. + fieldPath: status.podIP
  326. + image: docker.io/istio/proxy_debug:0.4.0
  327. + imagePullPolicy: IfNotPresent
  328. + name: istio-proxy
  329. + resources: {}
  330. + securityContext:
  331. + privileged: true
  332. + readOnlyRootFilesystem: false
  333. + runAsUser: 1337
  334. + volumeMounts:
  335. + - mountPath: /etc/istio/proxy
  336. + name: istio-envoy
  337. + - mountPath: /etc/certs/
  338. + name: istio-certs
  339. + readOnly: true
  340. + initContainers:
  341. + - args:
  342. + - -p
  343. + - "15001"
  344. + - -u
  345. + - "1337"
  346. + image: docker.io/istio/proxy_init:0.4.0
  347. + imagePullPolicy: IfNotPresent
  348. + name: istio-init
  349. + resources: {}
  350. + securityContext:
  351. + capabilities:
  352. + add:
  353. + - NET_ADMIN
  354. + privileged: true
  355. + - args:
  356. + - -c
  357. + - sysctl -w kernel.core_pattern=/etc/istio/proxy/core.%e.%p.%t && ulimit -c
  358. + unlimited
  359. + command:
  360. + - /bin/sh
  361. + image: alpine
  362. + imagePullPolicy: IfNotPresent
  363. + name: enable-core-dump
  364. + resources: {}
  365. + securityContext:
  366. + privileged: true
  367. + volumes:
  368. + - emptyDir:
  369. + medium: Memory
  370. + sizeLimit: "0"
  371. + name: istio-envoy
  372. + - name: istio-certs
  373. + secret:
  374. + optional: true
  375. + secretName: istio.default
  376. +status: {}
  377. ---
  378. apiVersion: extensions/v1beta1
  379. kind: Deployment
  380. metadata:
  381. + annotations:
  382. + sidecar.istio.io/status: injected-version-root@cc5c34bbd1ee-0.4.0-24089ea97c8d244493c93b499a666ddf4010b547
  383. + creationTimestamp: null
  384. name: reviews-v2
  385. spec:
  386. replicas: 1
  387. + strategy: {}
  388. template:
  389. metadata:
  390. + annotations:
  391. + sidecar.istio.io/status: injected-version-root@cc5c34bbd1ee-0.4.0-24089ea97c8d244493c93b499a666ddf4010b547
  392. + creationTimestamp: null
  393. labels:
  394. app: reviews
  395. version: v2
  396. spec:
  397. containers:
  398. - - name: reviews
  399. - image: istio/examples-bookinfo-reviews-v2:0.2.8
  400. + - image: istio/examples-bookinfo-reviews-v2:0.2.8
  401. imagePullPolicy: IfNotPresent
  402. + name: reviews
  403. ports:
  404. - containerPort: 9080
  405. + resources: {}
  406. + - args:
  407. + - proxy
  408. + - sidecar
  409. + - -v
  410. + - "2"
  411. + - --configPath
  412. + - /etc/istio/proxy
  413. + - --binaryPath
  414. + - /usr/local/bin/envoy
  415. + - --serviceCluster
  416. + - reviews
  417. + - --drainDuration
  418. + - 45s
  419. + - --parentShutdownDuration
  420. + - 1m0s
  421. + - --discoveryAddress
  422. + - istio-pilot.istio-system:15003
  423. + - --discoveryRefreshDelay
  424. + - 1s
  425. + - --zipkinAddress
  426. + - zipkin.istio-system:9411
  427. + - --connectTimeout
  428. + - 10s
  429. + - --statsdUdpAddress
  430. + - istio-mixer.istio-system:9125
  431. + - --proxyAdminPort
  432. + - "15000"
  433. + - --controlPlaneAuthPolicy
  434. + - NONE
  435. + env:
  436. + - name: POD_NAME
  437. + valueFrom:
  438. + fieldRef:
  439. + fieldPath: metadata.name
  440. + - name: POD_NAMESPACE
  441. + valueFrom:
  442. + fieldRef:
  443. + fieldPath: metadata.namespace
  444. + - name: INSTANCE_IP
  445. + valueFrom:
  446. + fieldRef:
  447. + fieldPath: status.podIP
  448. + image: docker.io/istio/proxy_debug:0.4.0
  449. + imagePullPolicy: IfNotPresent
  450. + name: istio-proxy
  451. + resources: {}
  452. + securityContext:
  453. + privileged: true
  454. + readOnlyRootFilesystem: false
  455. + runAsUser: 1337
  456. + volumeMounts:
  457. + - mountPath: /etc/istio/proxy
  458. + name: istio-envoy
  459. + - mountPath: /etc/certs/
  460. + name: istio-certs
  461. + readOnly: true
  462. + initContainers:
  463. + - args:
  464. + - -p
  465. + - "15001"
  466. + - -u
  467. + - "1337"
  468. + image: docker.io/istio/proxy_init:0.4.0
  469. + imagePullPolicy: IfNotPresent
  470. + name: istio-init
  471. + resources: {}
  472. + securityContext:
  473. + capabilities:
  474. + add:
  475. + - NET_ADMIN
  476. + privileged: true
  477. + - args:
  478. + - -c
  479. + - sysctl -w kernel.core_pattern=/etc/istio/proxy/core.%e.%p.%t && ulimit -c
  480. + unlimited
  481. + command:
  482. + - /bin/sh
  483. + image: alpine
  484. + imagePullPolicy: IfNotPresent
  485. + name: enable-core-dump
  486. + resources: {}
  487. + securityContext:
  488. + privileged: true
  489. + volumes:
  490. + - emptyDir:
  491. + medium: Memory
  492. + sizeLimit: "0"
  493. + name: istio-envoy
  494. + - name: istio-certs
  495. + secret:
  496. + optional: true
  497. + secretName: istio.default
  498. +status: {}
  499. ---
  500. apiVersion: extensions/v1beta1
  501. kind: Deployment
  502. metadata:
  503. + annotations:
  504. + sidecar.istio.io/status: injected-version-root@cc5c34bbd1ee-0.4.0-24089ea97c8d244493c93b499a666ddf4010b547
  505. + creationTimestamp: null
  506. name: reviews-v3
  507. spec:
  508. replicas: 1
  509. + strategy: {}
  510. template:
  511. metadata:
  512. + annotations:
  513. + sidecar.istio.io/status: injected-version-root@cc5c34bbd1ee-0.4.0-24089ea97c8d244493c93b499a666ddf4010b547
  514. + creationTimestamp: null
  515. labels:
  516. app: reviews
  517. version: v3
  518. spec:
  519. containers:
  520. - - name: reviews
  521. - image: istio/examples-bookinfo-reviews-v3:0.2.8
  522. + - image: istio/examples-bookinfo-reviews-v3:0.2.8
  523. imagePullPolicy: IfNotPresent
  524. + name: reviews
  525. ports:
  526. - containerPort: 9080
  527. + resources: {}
  528. + - args:
  529. + - proxy
  530. + - sidecar
  531. + - -v
  532. + - "2"
  533. + - --configPath
  534. + - /etc/istio/proxy
  535. + - --binaryPath
  536. + - /usr/local/bin/envoy
  537. + - --serviceCluster
  538. + - reviews
  539. + - --drainDuration
  540. + - 45s
  541. + - --parentShutdownDuration
  542. + - 1m0s
  543. + - --discoveryAddress
  544. + - istio-pilot.istio-system:15003
  545. + - --discoveryRefreshDelay
  546. + - 1s
  547. + - --zipkinAddress
  548. + - zipkin.istio-system:9411
  549. + - --connectTimeout
  550. + - 10s
  551. + - --statsdUdpAddress
  552. + - istio-mixer.istio-system:9125
  553. + - --proxyAdminPort
  554. + - "15000"
  555. + - --controlPlaneAuthPolicy
  556. + - NONE
  557. + env:
  558. + - name: POD_NAME
  559. + valueFrom:
  560. + fieldRef:
  561. + fieldPath: metadata.name
  562. + - name: POD_NAMESPACE
  563. + valueFrom:
  564. + fieldRef:
  565. + fieldPath: metadata.namespace
  566. + - name: INSTANCE_IP
  567. + valueFrom:
  568. + fieldRef:
  569. + fieldPath: status.podIP
  570. + image: docker.io/istio/proxy_debug:0.4.0
  571. + imagePullPolicy: IfNotPresent
  572. + name: istio-proxy
  573. + resources: {}
  574. + securityContext:
  575. + privileged: true
  576. + readOnlyRootFilesystem: false
  577. + runAsUser: 1337
  578. + volumeMounts:
  579. + - mountPath: /etc/istio/proxy
  580. + name: istio-envoy
  581. + - mountPath: /etc/certs/
  582. + name: istio-certs
  583. + readOnly: true
  584. + initContainers:
  585. + - args:
  586. + - -p
  587. + - "15001"
  588. + - -u
  589. + - "1337"
  590. + image: docker.io/istio/proxy_init:0.4.0
  591. + imagePullPolicy: IfNotPresent
  592. + name: istio-init
  593. + resources: {}
  594. + securityContext:
  595. + capabilities:
  596. + add:
  597. + - NET_ADMIN
  598. + privileged: true
  599. + - args:
  600. + - -c
  601. + - sysctl -w kernel.core_pattern=/etc/istio/proxy/core.%e.%p.%t && ulimit -c
  602. + unlimited
  603. + command:
  604. + - /bin/sh
  605. + image: alpine
  606. + imagePullPolicy: IfNotPresent
  607. + name: enable-core-dump
  608. + resources: {}
  609. + securityContext:
  610. + privileged: true
  611. + volumes:
  612. + - emptyDir:
  613. + medium: Memory
  614. + sizeLimit: "0"
  615. + name: istio-envoy
  616. + - name: istio-certs
  617. + secret:
  618. + optional: true
  619. + secretName: istio.default
  620. +status: {}
  621. ---
  622. ##################################################################################################
  623. # Productpage services
  624. @@ -174,21 +679,122 @@ spec:
  625. apiVersion: extensions/v1beta1
  626. kind: Deployment
  627. metadata:
  628. + annotations:
  629. + sidecar.istio.io/status: injected-version-root@cc5c34bbd1ee-0.4.0-24089ea97c8d244493c93b499a666ddf4010b547
  630. + creationTimestamp: null
  631. name: productpage-v1
  632. spec:
  633. replicas: 1
  634. + strategy: {}
  635. template:
  636. metadata:
  637. + annotations:
  638. + sidecar.istio.io/status: injected-version-root@cc5c34bbd1ee-0.4.0-24089ea97c8d244493c93b499a666ddf4010b547
  639. + creationTimestamp: null
  640. labels:
  641. app: productpage
  642. version: v1
  643. spec:
  644. containers:
  645. - - name: productpage
  646. - image: istio/examples-bookinfo-productpage-v1:0.2.8
  647. + - image: istio/examples-bookinfo-productpage-v1:0.2.8
  648. imagePullPolicy: IfNotPresent
  649. + name: productpage
  650. ports:
  651. - containerPort: 9080
  652. + resources: {}
  653. + - args:
  654. + - proxy
  655. + - sidecar
  656. + - -v
  657. + - "2"
  658. + - --configPath
  659. + - /etc/istio/proxy
  660. + - --binaryPath
  661. + - /usr/local/bin/envoy
  662. + - --serviceCluster
  663. + - productpage
  664. + - --drainDuration
  665. + - 45s
  666. + - --parentShutdownDuration
  667. + - 1m0s
  668. + - --discoveryAddress
  669. + - istio-pilot.istio-system:15003
  670. + - --discoveryRefreshDelay
  671. + - 1s
  672. + - --zipkinAddress
  673. + - zipkin.istio-system:9411
  674. + - --connectTimeout
  675. + - 10s
  676. + - --statsdUdpAddress
  677. + - istio-mixer.istio-system:9125
  678. + - --proxyAdminPort
  679. + - "15000"
  680. + - --controlPlaneAuthPolicy
  681. + - NONE
  682. + env:
  683. + - name: POD_NAME
  684. + valueFrom:
  685. + fieldRef:
  686. + fieldPath: metadata.name
  687. + - name: POD_NAMESPACE
  688. + valueFrom:
  689. + fieldRef:
  690. + fieldPath: metadata.namespace
  691. + - name: INSTANCE_IP
  692. + valueFrom:
  693. + fieldRef:
  694. + fieldPath: status.podIP
  695. + image: docker.io/istio/proxy_debug:0.4.0
  696. + imagePullPolicy: IfNotPresent
  697. + name: istio-proxy
  698. + resources: {}
  699. + securityContext:
  700. + privileged: true
  701. + readOnlyRootFilesystem: false
  702. + runAsUser: 1337
  703. + volumeMounts:
  704. + - mountPath: /etc/istio/proxy
  705. + name: istio-envoy
  706. + - mountPath: /etc/certs/
  707. + name: istio-certs
  708. + readOnly: true
  709. + initContainers:
  710. + - args:
  711. + - -p
  712. + - "15001"
  713. + - -u
  714. + - "1337"
  715. + image: docker.io/istio/proxy_init:0.4.0
  716. + imagePullPolicy: IfNotPresent
  717. + name: istio-init
  718. + resources: {}
  719. + securityContext:
  720. + capabilities:
  721. + add:
  722. + - NET_ADMIN
  723. + privileged: true
  724. + - args:
  725. + - -c
  726. + - sysctl -w kernel.core_pattern=/etc/istio/proxy/core.%e.%p.%t && ulimit -c
  727. + unlimited
  728. + command:
  729. + - /bin/sh
  730. + image: alpine
  731. + imagePullPolicy: IfNotPresent
  732. + name: enable-core-dump
  733. + resources: {}
  734. + securityContext:
  735. + privileged: true
  736. + volumes:
  737. + - emptyDir:
  738. + medium: Memory
  739. + sizeLimit: "0"
  740. + name: istio-envoy
  741. + - name: istio-certs
  742. + secret:
  743. + optional: true
  744. + secretName: istio.default
  745. +status: {}
  746. ---
  747. ###########################################################################
  748. # Ingress resource (gateway)
Add Comment
Please, Sign In to add comment