38 lines
901 B
YAML
38 lines
901 B
YAML
# Aligned with Swarm installer defaults:
|
|
# - Registry: app/playbooks/tasks/manage-images.yml (user public, password Andrew01..Release)
|
|
# - App config sample: app/configurations.yml (placeholders + intercom block)
|
|
|
|
registry:
|
|
createPullSecret: true
|
|
pullSecretName: hub-andrewalliance
|
|
server: hub.andrewalliance.com
|
|
username: public
|
|
password: Andrew01..Release
|
|
|
|
imagePullSecrets:
|
|
- name: hub-andrewalliance
|
|
|
|
persistence:
|
|
mode: hostPath
|
|
hostPath:
|
|
data: /opt/onelab/data
|
|
logs: /opt/onelab/logs
|
|
|
|
postgresql:
|
|
auth:
|
|
password: "DBPasswordPlaceholder"
|
|
|
|
onelab:
|
|
domain: "https://localhost"
|
|
secrets:
|
|
authTokenKey: "TokenAuthPlaceholder"
|
|
monitoringToken: "TokenMonitoringPlaceholder"
|
|
rabbitToken: "TokenRabbitPlaceholder"
|
|
intercom:
|
|
appid: "zxvgsagz"
|
|
secret: "QUw2jEV8utIpe9DeYjOqBjhBY9VxjXddKUCISUNu"
|
|
|
|
revproxy:
|
|
serviceType: NodePort
|
|
nodePort: 30080
|