...

Text file src/edge-infra.dev/config/pallets/edge/edge-issuer/base/deployment.yaml

Documentation: edge-infra.dev/config/pallets/edge/edge-issuer/base

     1apiVersion: apps/v1
     2kind: Deployment
     3metadata:
     4  name: edge-issuer
     5  labels:
     6    platform.edge.ncr.com/component: edge-issuer
     7spec:
     8  replicas: 1
     9  selector:
    10    matchLabels:
    11      platform.edge.ncr.com/component: edge-issuer
    12  template:
    13    metadata:
    14      labels:
    15        platform.edge.ncr.com/component: edge-issuer
    16    spec:
    17      serviceAccountName: edge-issuer
    18      containers:
    19      - name: edge-issuer
    20        image: bzl://cmd/edge/edge-issuer:container_push
    21        resources:
    22          limits:
    23            cpu: "100m"
    24            memory: "128Mi"
    25          requests:
    26            cpu: 10m
    27            memory: "64Mi"
    28        imagePullPolicy: IfNotPresent
    29      imagePullSecrets:
    30      - name: edge-docker-pull-secret

View as plain text