forked from uncloud/uncloud
amal
b7aa1c6971
- Implement a complete cycle for buying a Matrix Chat Host - Refactor the Payement cycle and stripe related methods
15 lines
No EOL
260 B
Cheetah
15 lines
No EOL
260 B
Cheetah
---
|
|
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
name: {{ name }}-matrix
|
|
spec:
|
|
selector:
|
|
matchLabels:
|
|
app: {{ name }}-matrix
|
|
replicas: 1
|
|
template:
|
|
metadata:
|
|
labels:
|
|
app: {{ name }}-matrix
|
|
use-as-service: {{ name }} |