# # Copyright (c) 2018 Intel Corporation # # SPDX-License-Identifier: Apache-2.0 # apiVersion: apps/v1 kind: Deployment metadata: name: nginx-deployment spec: selector: matchLabels: app: nginx replicas: 2 template: metadata: labels: app: nginx spec: terminationGracePeriodSeconds: 0 runtimeClassName: kata containers: - name: nginx image: quay.io/fidencio/${nginx_version} ports: - containerPort: 80