-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvalues.yaml
133 lines (109 loc) · 2.73 KB
/
values.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
# Default values for openshift-console.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
replicaCount: 1
image:
registry: quay.io
repository: openshift/origin-console
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: 4.14.0
imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""
annotations: {}
labels: {}
podLabels: {}
podAnnotations: {}
podSecurityContext:
enabled: true
runAsUser: 1001
securityContext:
enabled: true
capabilities:
drop:
- ALL
readOnlyRootFilesystem: true
allowPrivilegeEscalation: false
runAsNonRoot: true
runAsUser: 1001
service:
type: ClusterIP
port: 9000
ingress:
enabled: false
className: ""
annotations: {}
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
hosts:
- host: chart-example.local
paths: []
tls: []
# - secretName: chart-example-tls
# hosts:
# - chart-example.local
extraEnv: {}
# BRIDGE_K8S_AUTH_BEARER_TOKEN: eyJhbGciOiJSUzI1NiIsImtpZCI6IjRxMTYyMm5PQW9JX1F1RGJYRDFGUGVsVVpfaTE5MmFqamJYZHRzME1VWDQifQ
# BRIDGE_GRAFANA_PUBLIC_URL: https://grafana.my.company.com
# BRIDGE_KUBECTL_CLIENT_ID: console
# BRIDGE_K8S_MODE: off-cluster
# BRIDGE_K8S_MODE_OFF_CLUSTER_ALERTMANAGER: https://alertmanager.my.company.com
# BRIDGE_K8S_MODE_OFF_CLUSTER_SKIP_VERIFY_TLS: "true"
# BRIDGE_K8S_MODE_OFF_CLUSTER_THANOS: https://prometheus.my.company.com
# BRIDGE_K8S_MODE_OFF_CLUSTER_ENDPOINT: https://kube-oidc-proxy.console:443
# BRIDGE_PLUGINS: "monitoring-plugin=http://console-monitoring:80"
volumes: []
# - name: my-volume
# mountPath: /foo/bar
# config:
# emptyDir: {}
console:
# dex:
# host: https://dex.my.company.com
baseUrl: https://console.my.company.com
impersonateOpenShift: false
oidc:
enabled: false
# enabled: true
# issuerUrl: https://dex.my.company.com
# clientId: console
# clientSecret: ZXhhbXBsZS1hcHAtc2VjcmV0
rbac:
enabled: false
autoscaling:
enabled: false
minReplicas: 1
maxReplicas: 100
targetCPUUtilizationPercentage: 80
# targetMemoryUtilizationPercentage: 80
nodeSelector:
beta.kubernetes.io/arch: amd64
tolerations: []
affinity: {}
sidecars: []
serviceAccount:
create: false
automountServiceAccountToken: true
annotations: {}
name: ""
hostAliases: []
# - ip: "127.0.0.1"
# hostnames:
# - "kubernetes.default.svc"
consolesecret: ZXhhbXBsZS1hcHAtc2VjcmV0
#cookie-encryption-key-file: "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"
#cookie-authentication-key-file: "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"
args:
- --public-dir=/opt/bridge/static
- -v
- "7"
command:
- /opt/bridge/bin/bridge
resources:
limits:
cpu: 500m
memory: 512Mi
requests:
cpu: 200m
memory: 256Mi