c4k-shynet/src/main/resources/matomo/deployments.yaml

28 lines
561 B
YAML
Raw Normal View History

2022-01-21 12:15:23 +00:00
apiVersion: apps/v1
kind: Deployment
metadata:
2022-01-21 14:04:03 +00:00
name: shynet-application
2022-01-21 12:15:23 +00:00
namespace: default
labels:
2022-01-21 14:04:03 +00:00
app: shynet-application
2022-01-21 12:15:23 +00:00
spec:
selector:
matchLabels:
2022-01-21 14:04:03 +00:00
app: shynet-application
2022-01-21 12:15:23 +00:00
strategy:
type: Recreate
replicas: 1
template:
metadata:
labels:
2022-01-21 14:04:03 +00:00
app: shynet-application
2022-01-21 12:15:23 +00:00
spec:
containers:
2022-01-21 14:04:03 +00:00
- name: shynet-application
2022-01-21 12:15:23 +00:00
image: milesmcc/shynet:edge
imagePullPolicy: IfNotPresent
command: ["./celeryworker.sh"]
envFrom:
- secretRef:
name: shynet-settings