Skip to content
Open
Changes from 1 commit
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
11 changes: 11 additions & 0 deletions src/hasura/kube.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,17 @@ spec:
port: service-port
initialDelaySeconds: 15
timeoutSeconds: 4
volumeMounts:
- name: pg-ssl
mountPath: "/ssl"
readOnly: true
volumes:
- name: pg-ssl
secret:
secretName: pg-root-ssl-crt
items:
- key: private_key
path: pg-root-ssl.crt
selector:
matchLabels:
app: shepherd-ui-api-service-pod
Expand Down