Advertisement
k3NGuru

Untitled

Dec 24th, 2021
1,140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.92 KB | None | 0 0
  1.          command: ["/opt/bridge/bin/bridge"]
  2.           args:
  3.            - --base-address=https://okd.example.com
  4.             - --public-dir=/opt/bridge/static
  5.             - --k8s-auth=oidc
  6.             - --kubectl-client-id=kubernetes
  7.             - --kubectl-client-secret=keycloaktoken
  8.             - --user-auth=oidc
  9.             - --user-auth-oidc-client-id=kubernetes
  10.             - --user-auth-oidc-client-secret=keycloaktoken
  11.             - --user-auth-oidc-issuer-url=https://sso.example.com/auth/realms/kubernetes
  12.             - --grafana-public-url=https://k8s-grafana.example.com
  13.             - --k8s-mode=off-cluster
  14.             - --k8s-mode-off-cluster-alertmanager=http://alertmanager-main.monitoring:9093
  15.             - --k8s-mode-off-cluster-thanos=http://prometheus-k8s.monitoring:9090
  16.             - --k8s-mode-off-cluster-skip-verify-tls=true
  17.             - --k8s-mode-off-cluster-endpoint=https://10.232.0.1:443
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement