Skip to content
Snippets Groups Projects
Select Git revision
  • 8afd6ea3d8826ef64ff2a65256afaa6028e5002b
  • master default protected
  • lab3-interrupts_timer_keyboard
3 results

frame.h

Blame
  • api-pod.yaml 345 B
    apiVersion: v1
    kind: Pod
    metadata:
      name: api
      labels:
        component: api
        app: todo
    spec:
      containers:
      - name: api
        image: icclabcna/ccp2-k8s-todo-api
        ports:
        - containerPort: 8081
        resources:
          limits:
            cpu: 100m
        env:
        - name: REDIS_ENDPOINT
          value: redis-svc
        - name: REDIS_PWD
          value: ccp2