csc-webhooks/deployTemplate.yaml

28 lines
495 B
YAML

apiVersion: apps/v1
kind: Deployment
metadata:
creationTimestamp: null
labels:
app: __NAME__
name: __NAME__
spec:
replicas: 1
selector:
matchLabels:
app: __NAME__
strategy: {}
template:
metadata:
creationTimestamp: null
labels:
app: __NAME__
spec:
containers:
- image: __IMAGE__
name: csc-class-profile-staging
ports:
- containerPort: 80
resources: {}
imagePullPolicy: Always
status: {}