Public release of katbox
This commit is contained in:
commit
4c764e09a4
46 changed files with 4646 additions and 0 deletions
23
stream/k8s.yaml
Normal file
23
stream/k8s.yaml
Normal file
|
@ -0,0 +1,23 @@
|
|||
#---#
|
||||
#k8s-base.yaml
|
||||
apiVersion: apps/v1
|
||||
kind: ReplicaSet
|
||||
metadata:
|
||||
name: streamserver
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: streamserver
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: streamserver
|
||||
spec:
|
||||
containers:
|
||||
- name: streamserver
|
||||
image: streamserver:latest
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue