Add OneLab Helm chart, Argo CD Application, and GitOps values for k3s
Made-with: Cursor
This commit is contained in:
31
gitops/values/k3s-example.yaml
Normal file
31
gitops/values/k3s-example.yaml
Normal file
@@ -0,0 +1,31 @@
|
||||
# k3s / Argo CD overlay (private Git — rotate secrets if this file is ever made public).
|
||||
# Add image pull credentials when using hub.andrewalliance.com:
|
||||
# kubectl create secret docker-registry hub-andrewalliance -n onelab \
|
||||
# --docker-server=hub.andrewalliance.com --docker-username=... --docker-password=...
|
||||
# then set imagePullSecrets below.
|
||||
|
||||
imagePullSecrets: []
|
||||
|
||||
persistence:
|
||||
mode: hostPath
|
||||
hostPath:
|
||||
data: /opt/onelab/data
|
||||
logs: /opt/onelab/logs
|
||||
|
||||
postgresql:
|
||||
auth:
|
||||
password: "9daLpcV7vKS1zXUElQRO5h4u"
|
||||
|
||||
onelab:
|
||||
domain: "https://onelab.example.com"
|
||||
secrets:
|
||||
authTokenKey: "ntH0Yd3AcsqwMu7ah8xLbWFS4BK5GUmi"
|
||||
monitoringToken: "Cj4ix7wdg8XPIsDAFENKRTmh6lkvBLZp"
|
||||
rabbitToken: "GmSWRv14PXZuyM5QDgb8wpxk0dh7F6IJ"
|
||||
intercom:
|
||||
appid: ""
|
||||
secret: ""
|
||||
|
||||
revproxy:
|
||||
serviceType: NodePort
|
||||
nodePort: 30080
|
||||
Reference in New Issue
Block a user