mirror of
https://github.com/pawelmalak/flame.git
synced 2024-12-18 23:41:39 +03:00
8681f75bab
* chore(): skaffold
* chore(): kubernetes integration
* chore(skaffold): refine shokohsc profile
* chore(): removed docker & kubernetes from database + stoppedApp pin option
* Revert "chore(): removed docker & kubernetes from database + stoppedApp pin option"
This reverts commit 5111c7ad79
.
29 lines
533 B
YAML
29 lines
533 B
YAML
---
|
|
kind: Deployment
|
|
apiVersion: apps/v1
|
|
metadata:
|
|
name: flame
|
|
spec:
|
|
selector:
|
|
matchLabels:
|
|
app: flame
|
|
template:
|
|
metadata:
|
|
labels:
|
|
app: flame
|
|
spec:
|
|
serviceAccountName: flame
|
|
securityContext:
|
|
fsGroup: 1000
|
|
containers:
|
|
- name: flame
|
|
image: shokohsc/flame
|
|
ports:
|
|
- name: http
|
|
containerPort: 5005
|
|
protocol: TCP
|
|
readinessProbe:
|
|
httpGet:
|
|
path: /
|
|
port: http
|