Advertisement
k3NGuru

proxy

Jun 20th, 2022
5,026
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.43 KB | None | 0 0
  1. apiVersion: v1
  2. kind: Secret
  3. metadata:
  4.   namespace: stackrox
  5.   name: proxy-config
  6. type: Opaque
  7. stringData:
  8.   config.yaml: |-
  9.     url: http://proxy..ru:3128
  10.     username: svc_inet_owasp
  11.     password: bfsdfsdfsdfsd
  12.     http:
  13.       url: http://proxy..ru:3128
  14.       username: svc_inet_owasp
  15.       password: bfsdfsdfsdfsd
  16.     https:
  17.       url: http://proxy..ru:3128
  18.       username: svc_inet_owasp
  19.       password: bfsdfsdfsdfsd
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement