k3NGuru

Untitled

Dec 24th, 2021 (edited)
346
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.20 KB | None | 0 0
  1. https://gist.github.com/identw/145f52e151595fee427068f415ae8558
  2.  
  3.    env:
  4.     - name: BRIDGE_DOCUMENTATION_BASE_URL
  5.       value: https://kubernetes.io/docs/
  6.     - name: BRIDGE_GRAFANA_PUBLIC_URL
  7.       value: https://grafana.example.com
  8.     - name: BRIDGE_KUBECTL_CLIENT_ID
  9.       value: kubernetes-oidc
  10.     - name: BRIDGE_KUBECTL_CLIENT_SECRET
  11.       value: secret
  12.     - name: BRIDGE_BASE_ADDRESS
  13.       value: https://shift-console.example.com
  14.     - name: BRIDGE_USER_AUTH
  15.       value: oidc
  16.     - name: BRIDGE_K8S_AUTH
  17.       value: oidc
  18.     - name: BRIDGE_USER_AUTH_OIDC_ISSUER_URL
  19.       value: https://dex.example.com
  20.     - name: BRIDGE_USER_AUTH_OIDC_CLIENT_ID
  21.       value: kubernetes-oidc
  22.     - name: BRIDGE_USER_AUTH_OIDC_CLIENT_SECRET
  23.       value: secret
  24.     - name: BRIDGE_K8S_MODE
  25.       value: off-cluster
  26.     - name: BRIDGE_K8S_MODE_OFF_CLUSTER_ALERTMANAGER
  27.       value: http://alertmanager-main.monitoring:9093
  28.     - name: BRIDGE_K8S_MODE_OFF_CLUSTER_SKIP_VERIFY_TLS
  29.       value: "true"
  30.     - name: BRIDGE_K8S_MODE_OFF_CLUSTER_THANOS
  31.       value: http://prometheus-k8s.monitoring:9090
  32.     - name: BRIDGE_K8S_MODE_OFF_CLUSTER_ENDPOINT
  33.       value: https://kubernetes.default.svc.cluster.local.
Add Comment
Please, Sign In to add comment