Fix secrets
All checks were successful
Check with kubeconform / lint (push) Successful in 9s

This commit is contained in:
Ultradesu
2025-07-18 16:08:53 +03:00
parent 18a27dadcb
commit e093dd4f57

View File

@@ -43,15 +43,15 @@ spec:
protocol: TCP
volumeMounts:
- name: keys
mountPath: /root
mountPath: /data
readOnly: true
- name: data
mountPath: /data
mountPath: /data-persistent
env:
- name: RUST_LOG
value: "info"
- name: DB_URL
value: "/data/db_v2.sqlite3"
value: "/data-persistent/db_v2.sqlite3"
workingDir: /data
volumes:
- name: keys
@@ -109,10 +109,10 @@ spec:
protocol: TCP
volumeMounts:
- name: keys
mountPath: /root
mountPath: /data
readOnly: true
- name: data
mountPath: /data
mountPath: /data-persistent
env:
- name: RUST_LOG
value: "info"