infrapuzzle/k8s/kuard/deployment.yaml

22 lines
418 B
YAML

# apiVersion: apps/v1
# kind: Deployment
# metadata:
# name: kuard
# namespace: kuard
# spec:
# selector:
# matchLabels:
# app: kuard
# replicas: 1
# template:
# metadata:
# labels:
# app: kuard
# spec:
# containers:
# - image: gcr.io/kuar-demo/kuard-amd64:1
# imagePullPolicy: Always
# name: kuard
# ports:
# - containerPort: 8080