|
@ -141,6 +141,17 @@ spec: |
|
|
secretKeyRef: |
|
|
secretKeyRef: |
|
|
name: sigi-auth-ldap-key |
|
|
name: sigi-auth-ldap-key |
|
|
key: AUTH_LDAP_BIND_PASSWORD |
|
|
key: AUTH_LDAP_BIND_PASSWORD |
|
|
|
|
|
- name: MOODLE_BASE_URL |
|
|
|
|
|
valueFrom: |
|
|
|
|
|
configMapKeyRef: |
|
|
|
|
|
name: sigi-saberes-url |
|
|
|
|
|
key: MOODLE_BASE_URL |
|
|
|
|
|
- name: MOODLE_API_TOKEN |
|
|
|
|
|
valueFrom: |
|
|
|
|
|
# Secret Key |
|
|
|
|
|
secretKeyRef: |
|
|
|
|
|
name: sigi-saberes-tkn |
|
|
|
|
|
key: MOODLE_API_TOKEN |
|
|
volumeMounts: |
|
|
volumeMounts: |
|
|
# - mountPath: /var/interlegis/sigi/data |
|
|
# - mountPath: /var/interlegis/sigi/data |
|
|
# name: data |
|
|
# name: data |
|
|