apiVersion: apps/v1 kind: Deployment metadata: name: hello spec: selector: matchLabels: app: hello template: metadata: labels: app: hello spec: containers: - name: hello image: azwepsifujiaksacr.azurecr.io/third_party/caddy@sha256:7992b931b7da3cf0840dd69ea74b2c67d423faf03408da8abdc31b7590a239a7 args: - caddy - respond - "--listen" - "0.0.0.0:8080" - "Hello from Fuji!" resources: limits: memory: "100Mi" cpu: "100m" requests: memory: "10Mi" cpu: "10m" ports: - name: http containerPort: 8080 #runtimeClassName: #example linux-simulation