kube-cascade/profanity/deployment.yaml

25 lines
458 B
YAML
Raw Normal View History

2023-04-28 00:27:07 +00:00
apiVersion: apps/v1
kind: Deployment
metadata:
namespace: profanity
name: profanity
spec:
replicas: 1
selector:
matchLabels:
app: profanity
strategy:
type: Recreate
template:
metadata:
labels:
app: profanity
spec:
containers:
- env:
- name: HOST
value: 0.0.0.0
image: ghcr.io/jamesandariese/profanity:main
name: profanity
restartPolicy: Always