...

Text file src/github.com/emissary-ingress/emissary/v3/python/tests/integration/manifests/superpod_pod.yaml

Documentation: github.com/emissary-ingress/emissary/v3/python/tests/integration/manifests

     1
     2---
     3apiVersion: apps/v1
     4kind: Deployment
     5metadata:
     6  name: superpod
     7spec:
     8  replicas: 1
     9  selector:
    10    matchLabels:
    11      backend: superpod
    12  template:
    13    metadata:
    14      labels:
    15        backend: superpod
    16    spec:
    17      containers:
    18      - name: backend
    19        image: {images[kat-server]}
    20        # ports:
    21        # (ports)
    22        env:
    23        - name: INCLUDE_EXTAUTH_HEADER
    24          value: "yes"
    25        # (envs)

View as plain text