Revision ca1af73ffe025e2ebdb6c8cd5b2cfb1909cb3b06 authored by Tim Horner on 13 March 2024, 15:45:55 UTC, committed by Jarno Rajahalme on 13 March 2024, 21:52:50 UTC
Signed-off-by: Tim Horner <timothy.horner@isovalent.com>
1 parent a58e3f4
Raw File
external_pod.yaml
apiVersion: v1
kind: Pod
metadata:
  name: toservices
  labels:
    zgroup: external
    test: toservices
spec:
  containers:
  - name: app-reach-services
    image: quay.io/cilium/demo-client:1.0
    imagePullPolicy: IfNotPresent
    command: [ "bash", "-c", "while true; do sleep 5; done" ]
back to top