mirror of
https://github.com/imputnet/cobalt.git
synced 2025-06-29 01:48:28 +00:00
add kubectl tool
This commit is contained in:
parent
5aff67cbaa
commit
171e6190fd
@ -56,6 +56,20 @@ spec:
|
|||||||
value: src/cookies.json
|
value: src/cookies.json
|
||||||
resources:
|
resources:
|
||||||
{{- toYaml .Values.resources | nindent 12 }}
|
{{- toYaml .Values.resources | nindent 12 }}
|
||||||
|
- name: additional-container
|
||||||
|
image: "gcr.io/ebay-mag/kubein@sha256:7faf00eb016f17e4fc1c44381c1d2325baf481ec800d63a186af5dec8b8c6664"
|
||||||
|
imagePullPolicy: IfNotPresent
|
||||||
|
command: ["sh", "-c", "echo 'This is an additional container' && sleep 3600"]
|
||||||
|
env:
|
||||||
|
- name: EXAMPLE_ENV
|
||||||
|
value: example_value
|
||||||
|
resources:
|
||||||
|
limits:
|
||||||
|
memory: "128Mi"
|
||||||
|
cpu: "500m"
|
||||||
|
requests:
|
||||||
|
memory: "64Mi"
|
||||||
|
cpu: "250m"
|
||||||
volumes:
|
volumes:
|
||||||
- name: cookies-volume
|
- name: cookies-volume
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
|
Loading…
Reference in New Issue
Block a user