mirror of
https://github.com/mutouyun/cpp-ipc.git
synced 2026-02-07 18:26:41 +08:00
18 lines
305 B
YAML
18 lines
305 B
YAML
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
name: non-shm-demo
|
|
spec:
|
|
containers:
|
|
- name: server
|
|
image: cheneyyu/shm-demo
|
|
resources:
|
|
limits:
|
|
cpu: "1"
|
|
memory: "1G"
|
|
- name: function-1
|
|
image: cheneyyu/shm-demo
|
|
resources:
|
|
limits:
|
|
cpu: "1"
|
|
memory: "1G" |