diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2025-07-03 15:09:21 +0200 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2025-07-08 13:37:33 +0000 |
| commit | a7f206f0e4b264de8fb8b059d10c96beb8c6a3a4 (patch) | |
| tree | 7052f94d5f29cf29fb5f5b6affe056deed1505e0 /syz-cluster/dashboard/deployment.yaml | |
| parent | 4f67c4aece4f5794be20c6bc99c177e44b1320e8 (diff) | |
syz-cluster: make the displayed title configurable
Diffstat (limited to 'syz-cluster/dashboard/deployment.yaml')
| -rw-r--r-- | syz-cluster/dashboard/deployment.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/syz-cluster/dashboard/deployment.yaml b/syz-cluster/dashboard/deployment.yaml index 4dd683d6f..94407a9fe 100644 --- a/syz-cluster/dashboard/deployment.yaml +++ b/syz-cluster/dashboard/deployment.yaml @@ -22,6 +22,9 @@ spec: envFrom: - configMapRef: name: global-config-env + volumeMounts: + - name: config-volume + mountPath: /config ports: - containerPort: 8081 resources: @@ -31,3 +34,7 @@ spec: limits: cpu: 4 memory: 8G + volumes: + - name: config-volume + configMap: + name: global-config |
