All Downloads are FREE. Search and download functionalities are using the official Maven repository.

busybox.deployment.yaml Maven / Gradle / Ivy

apiVersion: apps/v1
kind: Deployment
metadata:
  name: busybox
spec:
  selector:
    matchLabels:
      app: busybox
      version: v1
  replicas: 2
  template:
    metadata:
      labels:
        app: busybox
        version: v1
    spec:
      containers:
        - name: busybox
          # image: arm64/busybox:latest
          image: busybox:1.35
          command: ["/bin/sh"]
          args: ["-c", "sleep 100000"]




© 2015 - 2025 Weber Informatics LLC | Privacy Policy