avr128da48-cnano-ws2812-mpl.../.citd/cloudprovider.yml

18 wiersze
386 B
YAML
Czysty Zwykły widok Historia

2020-11-20 05:46:04 +00:00
apiVersion: v1
kind: Pod
metadata:
name: xc8-mplabx
spec:
containers:
- name: xc8-mplabx
image: artifacts.microchip.com:7999/microchip/citd/bundles/xc8-mplabx:latest
imagePullPolicy: Always
command: ['cat']
tty: true
resources:
requests:
2021-03-31 08:42:13 +00:00
cpu: 0.25
memory: 500Mi
2020-11-20 05:46:04 +00:00
limits:
2021-03-31 08:42:13 +00:00
cpu: 0.5
memory: 750Mi