Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 0 additions & 38 deletions helm/olake/templates/olake-ui/configmap.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions helm/olake/templates/olake-ui/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,10 +152,6 @@ spec:
# - name: POSTGRES_DB
# value: "postgres://$(POSTGRES_DB_USER):$(POSTGRES_DB_PASSWORD)@$(POSTGRES_DB_HOST):$(POSTGRES_DB_PORT)/$(POSTGRES_DB_NAME)?sslmode=$(POSTGRES_DB_SSLMODE)"
volumeMounts:
- name: olake-config
mountPath: /opt/backend/conf
- name: olake-config
mountPath: /app/olake-ui/conf
- name: shared-storage
mountPath: /tmp/olake-config
{{- $defaultResources := dict
Expand Down Expand Up @@ -188,9 +184,6 @@ spec:
livenessProbe:
{{- toYaml $livenessProbe | nindent 10 }}
volumes:
- name: olake-config
configMap:
name: olake-ui-config
- name: shared-storage
persistentVolumeClaim:
claimName: {{ include "olake.sharedStoragePVC" . }}
Loading