Skip to content

Commit

Permalink
Output of make helm
Browse files Browse the repository at this point in the history
Signed-off-by: davidmirror-ops <[email protected]>
  • Loading branch information
davidmirror-ops committed Aug 9, 2024
1 parent 8d3ce1d commit aebea7f
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 6 deletions.
2 changes: 2 additions & 0 deletions charts/flyte-binary/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ Chart for basic single Flyte executable deployment
| deployment.podSecurityContext.runAsGroup | int | `65534` | |
| deployment.podSecurityContext.runAsUser | int | `65534` | |
| deployment.readinessProbe | object | `{}` | |
| deployment.resources.requests.cpu | string | `"4"` | |
| deployment.resources.requests.memory | string | `"4Gi"` | |
| deployment.sidecars | list | `[]` | |
| deployment.startupProbe | object | `{}` | |
| deployment.waitForDB.args | list | `[]` | |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,10 @@ spec:
echo waiting for database
sleep 0.1
done
resources:
requests:
cpu: "4"
memory: 4Gi
containers:
- name: flyte
image: "cr.flyte.org/flyteorg/flyte-binary:latest"
Expand Down Expand Up @@ -415,6 +419,10 @@ spec:
path: /healthcheck
port: http
initialDelaySeconds: 30
resources:
requests:
cpu: "4"
memory: 4Gi
volumeMounts:
- name: cluster-resource-templates
mountPath: /etc/flyte/cluster-resource-templates
Expand Down
12 changes: 10 additions & 2 deletions docker/sandbox-bundled/manifests/complete-agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -817,7 +817,7 @@ type: Opaque
---
apiVersion: v1
data:
haSharedSecret: RVJtRHVFeUtzZHdDMjRTQQ==
haSharedSecret: VmRJUXp6OFNiV0wxbzV2Rg==
proxyPassword: ""
proxyUsername: ""
kind: Secret
Expand Down Expand Up @@ -1289,6 +1289,10 @@ spec:
path: /healthcheck
port: http
initialDelaySeconds: 30
resources:
requests:
cpu: "4"
memory: 4Gi
volumeMounts:
- mountPath: /etc/flyte/cluster-resource-templates
name: cluster-resource-templates
Expand All @@ -1313,6 +1317,10 @@ spec:
image: bitnami/postgresql:sandbox
imagePullPolicy: Never
name: wait-for-db
resources:
requests:
cpu: "4"
memory: 4Gi
serviceAccountName: flyte-sandbox
volumes:
- name: cluster-resource-templates
Expand Down Expand Up @@ -1414,7 +1422,7 @@ spec:
metadata:
annotations:
checksum/config: 8f50e768255a87f078ba8b9879a0c174c3e045ffb46ac8723d2eedbe293c8d81
checksum/secret: b56109123fc8874c06e091766f6e86bd5ffdc4cdc86ea7861092332870babf0e
checksum/secret: 315296812cb84adee909278d0bc0ecd717cde88d9fa0fcf142538a2d31ef93b0
labels:
app: docker-registry
release: flyte-sandbox
Expand Down
12 changes: 10 additions & 2 deletions docker/sandbox-bundled/manifests/complete.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -797,7 +797,7 @@ type: Opaque
---
apiVersion: v1
data:
haSharedSecret: dGZGeUR3THl1ODFKV2ROdA==
haSharedSecret: YkcxNHl6NjFhRVN5ZElDcA==
proxyPassword: ""
proxyUsername: ""
kind: Secret
Expand Down Expand Up @@ -1236,6 +1236,10 @@ spec:
path: /healthcheck
port: http
initialDelaySeconds: 30
resources:
requests:
cpu: "4"
memory: 4Gi
volumeMounts:
- mountPath: /etc/flyte/cluster-resource-templates
name: cluster-resource-templates
Expand All @@ -1260,6 +1264,10 @@ spec:
image: bitnami/postgresql:sandbox
imagePullPolicy: Never
name: wait-for-db
resources:
requests:
cpu: "4"
memory: 4Gi
serviceAccountName: flyte-sandbox
volumes:
- name: cluster-resource-templates
Expand Down Expand Up @@ -1361,7 +1369,7 @@ spec:
metadata:
annotations:
checksum/config: 8f50e768255a87f078ba8b9879a0c174c3e045ffb46ac8723d2eedbe293c8d81
checksum/secret: 953e371a21c81445990201881e1603b35558441bea4c3702cc1f3dbdbc66c6b7
checksum/secret: ae74398383d4c1d718901ffe6d2b0946a88428712bb02cb1b4d226534a8ad559
labels:
app: docker-registry
release: flyte-sandbox
Expand Down
4 changes: 2 additions & 2 deletions docker/sandbox-bundled/manifests/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ metadata:
---
apiVersion: v1
data:
haSharedSecret: clA0NmJsaW9TUHNJYjRYTA==
haSharedSecret: cXJMOE55UFVTODRqMkQ5OA==
proxyPassword: ""
proxyUsername: ""
kind: Secret
Expand Down Expand Up @@ -934,7 +934,7 @@ spec:
metadata:
annotations:
checksum/config: 8f50e768255a87f078ba8b9879a0c174c3e045ffb46ac8723d2eedbe293c8d81
checksum/secret: 51051b8a95112e2aa1aed0e472540340697cf3481a144444d65dfaa220ae471d
checksum/secret: 472d0eaf323cf3fedd09364326c9efd8343f2102f790ae09f90fdda949613a6c
labels:
app: docker-registry
release: flyte-sandbox
Expand Down

0 comments on commit aebea7f

Please sign in to comment.