k8s-manifests/health/base/health-deployment.yml

27 lines
447 B
YAML
Raw Permalink Normal View History

2024-02-08 15:52:19 +00:00
---
kind: Deployment
apiVersion: apps/v1
metadata:
name: health-node
namespace: health
creationTimestamp:
labels:
app: health-node
spec:
replicas: 3
selector:
matchLabels:
app: health-node
template:
metadata:
creationTimestamp:
labels:
app: health-node
spec:
containers:
- name: echoserver
image: k8s.gcr.io/echoserver:1.4
resources: {}
strategy: {}
status: {}