frontendmentor/devops/deployment.yaml
Mike Smith f7fd030e23
All checks were successful
Build and Deploy Docker Image / build (push) Successful in 19s
k8s stuff
2025-01-03 10:55:44 -05:00

24 lines
473 B
YAML

apiVersion: apps/v1
kind: Deployment
metadata:
creationTimestamp: null
labels:
app: frontend-mentor
name: frontend-mentor
spec:
replicas: 1
selector:
matchLabels:
app: frontend-mentor
strategy: {}
template:
metadata:
creationTimestamp: null
labels:
app: frontend-mentor
spec:
containers:
- image: git.thecodedom.com/smig/frontendmentor:latest
name: frontendmentor
resources: {}
status: {}