Merge pull request #6 from celebrateyang/fsv_front

add kubectl tool
This commit is contained in:
celebrateyang 2024-12-14 10:45:11 +08:00 committed by GitHub
commit 7dce53fb37
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -56,6 +56,20 @@ spec:
value: src/cookies.json
resources:
{{- 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:
- name: cookies-volume
persistentVolumeClaim: