Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanrfrazier committed Dec 13, 2024
1 parent 1e15eb1 commit 60e3eaf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion charts/langflow-runtime/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ spec:
securityContext:
{{- toYaml .Values.securityContext | nindent 12 }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
# image: "{{ .Values.image.repository }}@{{ .Values.image.tag }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
ports:
- name: http
Expand Down
7 changes: 0 additions & 7 deletions charts/langflow-runtime/values-openshift.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,6 @@ volumes:
emptyDir: {}
- name: db
emptyDir: {}
# - name: foo
# secret:
# secretName: mysecret
# optional: false

# Additional volumeMounts on the output Deployment definition.
volumeMounts:
Expand All @@ -129,9 +125,6 @@ volumeMounts:
- name: db
mountPath: /app/db
readOnly: false
# - name: foo
# mountPath: "/etc/foo"
# readOnly: true

nodeSelector: {}

Expand Down

0 comments on commit 60e3eaf

Please sign in to comment.