mirror of
https://github.com/eftechcombr/bacula.git
synced 2025-04-17 07:45:08 +00:00
20 lines
432 B
YAML
20 lines
432 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: bconsole
|
|
namespace: backup
|
|
data:
|
|
bconsole.conf: |-
|
|
#
|
|
# Bacula User Agent (or Console) Configuration File
|
|
#
|
|
# Copyright (C) 2000-2015 Kern Sibbald
|
|
# License: BSD 2-Clause; see file LICENSE-FOSS
|
|
#
|
|
Director {
|
|
Name = bacula-dir
|
|
DIRport = 9101
|
|
address = bacula-dir
|
|
Password = "XDnaVZYU9F4QhqUGMPxiOXsJaji23mNG3FaAM9Z2q1c/"
|
|
}
|
|
|