Skip to content

Commit

Permalink
wip: catalog-db
Browse files Browse the repository at this point in the history
  • Loading branch information
nleconte-csgroup committed Mar 11, 2024
1 parent 88c7054 commit 4c10ef7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 31 deletions.
16 changes: 0 additions & 16 deletions charts/rs-server-catalog-db/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,22 +75,6 @@ spec:
key: pass
securityContext:
privileged: false
#livenessProbe:
# httpGet:
# path: {{ .Values.probe.liveness.path }}
# port: {{ .Values.probe.liveness.port }}
# initialDelaySeconds: {{ .Values.probe.liveness.initialDelaySeconds }}
# periodSeconds: {{ .Values.probe.liveness.periodSeconds }}
# timeoutSeconds: {{ .Values.probe.liveness.timeoutSeconds }}
#readinessProbe:
# httpGet:
# path: {{ .Values.probe.readiness.path }}
# port: {{ .Values.probe.readiness.port }}
# initialDelaySeconds: {{ .Values.probe.readiness.initialDelaySeconds }}
# periodSeconds: {{ .Values.probe.readiness.periodSeconds }}
# timeoutSeconds: {{ .Values.probe.readiness.timeoutSeconds }}
#imagePullSecrets:
#- name: {{ .Values.image.imagePullSecrets }}
restartPolicy: Always
securityContext: {}
volumes:
Expand Down
15 changes: 0 additions & 15 deletions charts/rs-server-catalog-db/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,6 @@ namespace: database
service:
port: 5432

#probe:
# liveness:
# path: /health/_mgmt/ping
# port: 8000
# initialDelaySeconds: 30
# periodSeconds: 30
# timeoutSeconds: 5
# readiness:
# path: /health/_mgmt/ping
# port: 8000
# initialDelaySeconds: 30
# periodSeconds: 30
# timeoutSeconds: 5

postgres:
port: "5432"
db: catalog
Expand All @@ -31,7 +17,6 @@ image:
name: pgstac
tag: v0.7.10
PullPolicy: IfNotPresent
#imagePullSecrets: regcred

resources:
request:
Expand Down

0 comments on commit 4c10ef7

Please sign in to comment.